[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.1.0.10-199-g532827f

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


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  532827fbb3819557be1c62eaf659030f4d3e8c49 (commit)
      from  9bd38fc362ba9e8daab09c4896419ffd7c69404e (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-gui                    |    6 +++---
 pyhoca/wxgui/menus_taskbar.py |    2 --
 setup.py                      |    2 +-
 3 files changed, 4 insertions(+), 6 deletions(-)

The diff of changes is:
diff --git a/pyhoca-gui b/pyhoca-gui
index c261eb5..a9ef219 100755
--- a/pyhoca-gui
+++ b/pyhoca-gui
@@ -338,12 +338,12 @@ def main():
     args, logger, liblogger = parseargs()
     if _X2GOCLIENT_OS == 'Windows':
         if args.lang:
-            lang = gettext.translation('pyhoca-gui', localedir=locale_basepath, languages=[args.lang], )
+            lang = gettext.translation('PyHoca-GUI', localedir=locale_basepath, languages=[args.lang], )
         else:
-            lang = gettext.translation('pyhoca-gui', localedir=locale_basepath, languages=['en'], )
+            lang = gettext.translation('PyHoca-GUI', localedir=locale_basepath, languages=['en'], )
         lang.install(unicode=True)
     else:
-        gettext.install('pyhoca-gui', localedir=locale_basepath, unicode=True)
+        gettext.install('PyHoca-GUI', localedir=locale_basepath, unicode=True)
 
     if check_running(): 
         sys.stderr.write("\n###############################\n### %s: already running for user %s\n###############################\n" % (PROG_NAME, _CURRENT_LOCAL_USER))
diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py
index 3ff0cd0..e725b41 100644
--- a/pyhoca/wxgui/menus_taskbar.py
+++ b/pyhoca/wxgui/menus_taskbar.py
@@ -686,8 +686,6 @@ class PyHocaGUI_Menu_TaskbarSessionProfile(wx.Menu):
                 self.Append(id=ID_EXIT, text=_(u"E&xit"))
             self._PyHocaGUI.Bind(wx.EVT_MENU, self._PyHocaGUI.OnTaskbarExit, id=ID_EXIT)
 
-        self._PyHocaGUI.current_profile_name = profile_name
-
 
 class PyHocaGUI_Menu_TaskbarProfileNames(wx.Menu):
     """\
diff --git a/setup.py b/setup.py
index cf32e0c..d740484 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ import sys
 import os
 import pyhoca.wxgui
 
-PROGRAM_NAME = 'pyhoca-gui'
+PROGRAM_NAME = 'PyHoca-GUI'
 PROGRAM_DESC = '%s is a cross-platform (Windows, MacOS X, Linux) graphical X2Go client.' % PROGRAM_NAME
 PROGRAM_VERSION = pyhoca.wxgui.__VERSION__
 PROGRAM_ICON = "pixmaps/pyhoca_x2go-logo-ubuntu.ico"


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