This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from d220069 onmainwindow.cpp: only set multidisplay mode for non-rootless sessions. new 465b030 onmainwindow.cpp: Fix syntax error in 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: src/onmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.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 465b0309db391a0ae4dd2b87201da1fdca458712 Author: Mike DePaulo <mikedep333@gmail.com> Date: Wed Jul 8 08:22:43 2015 -0400 onmainwindow.cpp: Fix syntax error in last commit --- src/onmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index b3e0fc0..573014b 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -3838,7 +3838,7 @@ void ONMainWindow::startNewSession() xorgWidth=QString::number(width); xorgHeight=QString::number(height); uint displays=QApplication::desktop()->numScreens(); - if ((!rootless) && (st->setting()->value ( sid+"/multidisp", ( QVariant ) false ).toBool()) + if ((!rootless) && (st->setting()->value ( sid+"/multidisp", ( QVariant ) false ).toBool())) { xorgMode=MULTIDISPLAY; uint disp=st->setting()->value ( sid+"/display",( QVariant ) 1 ).toUInt(); -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git