[X2go-Commits] x2goclient.git - master (branch) updated: 4.0.0.0-13-gb944cf8

X2Go dev team git-admin at x2go.org
Tue Feb 12 15:07:23 CET 2013


The branch, master has been updated
       via  b944cf8137aca2ee93358eb169dcb8a3c9cd0d99 (commit)
      from  105718a5586358f5c933a7eaed5ec57ae806164c (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 b944cf8137aca2ee93358eb169dcb8a3c9cd0d99
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date:   Tue Feb 12 15:07:17 2013 +0100

    fixing building x2goplugin

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

Summary of changes:
 debian/changelog |    1 +
 ongetpass.cpp    |    2 ++
 2 files changed, 3 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 66d9265..d4fba2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ x2goclient (4.0.1.0-0~x2go1) UNRELEASED; urgency=low
 
   [ Oleksandr Shneyder ]
   * Terminating nxproxy from X2Go Client if connection to server lost. (Fixes: #100)
+  * fixing building x2goplugin
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 30 Dec 2012 15:41:04 +0100
 
diff --git a/ongetpass.cpp b/ongetpass.cpp
index a30ce3e..b2da89e 100644
--- a/ongetpass.cpp
+++ b/ongetpass.cpp
@@ -60,7 +60,9 @@ int x2goMain ( int argc, char *argv[] )
         args=app.arguments();
     if ( args.count() >1 && args[1]=="--dialog" )
     {
+#ifdef CFGCLIENT
         ONMainWindow::installTranslator();
+#endif
         QString type=args[2];
         QString caption=args[4];
         caption=caption.replace ( "NX","X2Go" );


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