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