[X2Go-Commits] [x2goclient] 01/01: fix for last commit

git-admin at x2go.org git-admin at x2go.org
Sat Nov 15 22:40:57 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 177b74ec0a8943c0a306bed945350ba1c041eed7
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Nov 15 22:40:54 2014 +0100

    fix for last commit
---
 onmainwindow.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index 863817a..70b5984 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -3886,9 +3886,10 @@ void ONMainWindow::startNewSession()
     else
         cmd += "0 ";
     QFileInfo f ( command );
-    if ( !shadowSession )
+    if ( !shadowSession ) {
         cmd+=sessTypeStr+f.fileName();
         cmd+=" "+clipMode;
+    }
     else
     {
         cmd+=sessTypeStr+QString::number ( shadowMode ) +"XSHAD"+

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list