[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.0.30.0-52-ga198f3a

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:21:18 CEST 2013


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  a198f3a869a09d7ce2497e037b75160dd6fa8d7c (commit)
      from  2a8a29af2be92fd04160dd81d63ab65d7ab29b8d (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:
 pyhoca/wxgui/frontend.py |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

The diff of changes is:
diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index 4855fa6..cc06a1e 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -211,18 +211,16 @@ class PyHocaGUI(wx.App, x2go.X2goClient):
                 gevent.spawn(self._auto_connect, session_uuid)
 
         self.profilemanager_disabled = self.args.disable_profilemanager
+        self.printingprefs_disabled = self.args.disable_printingprefs
 
         ###
         ### disable functionality for release versions
         ###
         if os.environ.has_key('PYHOCAGUI_DEVELOPMENT') and os.environ['PYHOCAGUI_DEVELOPMENT'] == '1':
             self.options_disabled = self.args.disable_options
-            self.printingprefs_disabled = self.args.disable_printingprefs
         else:
             self._pyhoca_logger('the current release of %s does not support client configuration' % self.appname, loglevel=x2go.log.loglevel_WARN)
             self.options_disabled = True
-            self._pyhoca_logger('the current release of %s does not support editing printing preferences' % self.appname, loglevel=x2go.log.loglevel_WARN)
-            self.printingprefs_disabled = True
 
         if self.args.session_profile:
             for profile_name in self.args.session_profile.split(','):


hooks/post-receive
-- 
pyhoca-gui.git (Python X2Go Client (wxPython GUI))

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 "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).




More information about the x2go-commits mailing list