[X2Go-Commits] x2goclient.git - build-baikal (branch) updated: 4.0.1.1-32-ge0b1342

X2Go dev team git-admin at x2go.org
Wed Jan 8 22:20:07 CET 2014


The branch, build-baikal has been updated
       via  e0b13428082ebfc7895c34a084cf2e4929bc1248 (commit)
      from  0c46ca9f20eb466324184192f724bd1403b89c76 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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

The diff of changes is:
diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index 4677134..357a298 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -6691,7 +6691,7 @@ bool ONMainWindow::parseParameter ( QString param )
     }
     if (setting == "--support-menu")
     {
-        value = expandHome(value)
+        value = expandHome(value);
         if (! QFile::exists(value))
         {
             printError( param + tr(" (file not exists)"));
@@ -6702,7 +6702,7 @@ bool ONMainWindow::parseParameter ( QString param )
     }
     if (setting == "--background")
     {
-        value = expandHome(value)
+        value = expandHome(value);
         if (! QFile::exists(value))
         {
             printError( param + tr(" (file not exists)"));


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