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