This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from b6d31ba Fix (cross-user) desktop sharing since introduction of clipboard mode feature. new 177b74e fix for last commit 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 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 177b74ec0a8943c0a306bed945350ba1c041eed7 Author: Mike Gabriel <mike.gabriel@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