X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmainwin.cpp;h=77ceed7d448c2e4a7692307523d7bd5cc3c95325;hb=8eb70a8369511a54803410b9bc5918b3077bfb52;hp=fc1ec2f44140a283c685a5259f3a4f7e276294e2;hpb=4560acacef35db75a8bab4854d544d297f6c7cb9;p=schematic diff --git a/src/mainwin.cpp b/src/mainwin.cpp index fc1ec2f..77ceed7 100644 --- a/src/mainwin.cpp +++ b/src/mainwin.cpp @@ -196,6 +196,7 @@ 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); setCentralWidget(scmWidget);