This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 7f1e287 Windows: Switch from regular NSIS 2.46 to NSIS Unicode 2.46.5 (Fixes #528) new e3b4631 fix comment string (gnaaa...) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: onmainwindow.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit e3b4631f0bbc90df32453648dc8f20fd51f1b790 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 30 12:55:16 2014 +0200 fix comment string (gnaaa...) --- onmainwindow.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/onmainwindow.cpp b/onmainwindow.cpp index 16d30d7..ca4ae45 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -117,8 +117,9 @@ ONMainWindow::ONMainWindow ( QWidget *parent ) :QMainWindow ( parent ) resumeAfterSuspending=false; forceToShowTrayicon=false; - # Initialize at least these variables before they get filled via loadSettings() - # They have to be initialized as they are used in closeEvent() and closeClient()... + /* Initialize at least these variables before they get filled via loadSettings() + * They have to be initialized as they are used in closeEvent() and closeClient()... + */ trayIcon=false; useLdap=false; trayNoClose=false; -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git