[X2go-Commits] x2goclient.git - master (branch) updated: 3.99.2.2-34-g2064f1f

X2Go dev team git-admin at x2go.org
Tue Sep 11 16:33:01 CEST 2012


The branch, master has been updated
       via  2064f1f03a69ddff01503c308fc6ea31e5785cd0 (commit)
      from  1c4064a61af7cd322b3a755913dfe448cfccb005 (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 2064f1f03a69ddff01503c308fc6ea31e5785cd0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 11 16:32:55 2012 +0200

    fix missing curly brackets

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

Summary of changes:
 onmainwindow.cpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index ef8b7c8..396503d 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -5654,12 +5654,14 @@ void ONMainWindow::runCommand()
     {
         command="rdesktop ";
         if ( rdpFS )
+        {
             command+=" -f ";
             sessionType="D";
             rootless=false;
-        else
+        } else {
             command+=" -g "+rdpWidth+"x"+rdpHeight;
             rootless=true;
+        }
         command+=" "+rdpOpts+ " "+rdpServer;
 
     }


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