X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmainwin.cpp;h=5feacc5c1cb9c082d91770d65b9b3d883dd757c7;hb=83b9c871148f01ee15671b08dc807bd8901c8b22;hp=fc1ec2f44140a283c685a5259f3a4f7e276294e2;hpb=e2916da12c7309ded63c3d091271ebb2f9123305;p=schematic diff --git a/src/mainwin.cpp b/src/mainwin.cpp index fc1ec2f..5feacc5 100644 --- a/src/mainwin.cpp +++ b/src/mainwin.cpp @@ -198,6 +198,8 @@ MainWindow::MainWindow(): aboutWin(new AboutWindow(this)), scmWidget = new SCMWidget(this); QString s = QString("User: %1 (%2)").arg(fullName).arg(login); scmWidget->username->setText(s); + scmWidget->currentUID = loggedInUID; + scmWidget->UpdateNotes(); setCentralWidget(scmWidget); }