[X2go-Commits] x2goclient.git - master (branch) updated: 3.99.2.2-67-g474c7ce

X2Go dev team git-admin at x2go.org
Thu Oct 11 16:21:46 CEST 2012


The branch, master has been updated
       via  474c7ce3ea1bcffd432879e1219e5f6a7f3b5cc5 (commit)
      from  cae4f4d7dbacc720ee1e064441af82667b4f040f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 474c7ce3ea1bcffd432879e1219e5f6a7f3b5cc5
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Oct 11 16:21:42 2012 +0200

    fix for last commit

-----------------------------------------------------------------------

Summary of changes:
 onmainwindow.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index 5ece6c2..be261cc 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -9432,7 +9432,7 @@ void ONMainWindow::slotConfigXinerama()
         foreach (QRect disp, xineramaScreens)
         screens<<QString::number(disp.x())+" "+QString::number(disp.y())+" "+QString::number(disp.width())+
                " "+QString::number(disp.height());
-        QString cmd="export DISPLAY=:"+resumingSession.display+";printf "+screens.join("\\\\n")+" >  ~/.x2go/C-"+
+        QString cmd="export DISPLAY=:"+resumingSession.display+";printf '"+screens.join("\\\\n")+"' >  ~/.x2go/C-"+
                     resumingSession.sessionId+"/xinerama.conf";
 
         x2goDebug<<cmd<<endl;


hooks/post-receive
-- 
x2goclient.git (X2Go Client)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goclient.git" (X2Go Client).




More information about the x2go-commits mailing list