The branch, master has been updated via 532827fbb3819557be1c62eaf659030f4d3e8c49 (commit) via 9bd38fc362ba9e8daab09c4896419ffd7c69404e (commit) from a9c1054eeee6dd7f65d43eef3c6b138b108b9cd9 (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 532827fbb3819557be1c62eaf659030f4d3e8c49 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Apr 13 22:09:47 2012 +0200 capitalize application name commit 9bd38fc362ba9e8daab09c4896419ffd7c69404e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Apr 13 22:05:41 2012 +0200 drop bbfreeze setup.py ----------------------------------------------------------------------- Summary of changes: bb_setup.py | 15 --------------- pyhoca-gui | 6 +++--- pyhoca/wxgui/menus_taskbar.py | 2 -- setup.py | 2 +- 4 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 bb_setup.py The diff of changes is: diff --git a/bb_setup.py b/bb_setup.py deleted file mode 100644 index 8dfa7d3..0000000 --- a/bb_setup.py +++ /dev/null @@ -1,15 +0,0 @@ -# bb_setup2.py -from bbfreeze import Freezer - -includes = [] -excludes = ['_gtkagg', '_tkagg', 'bsddb', 'curses', 'email', 'pywin.debugger', - 'pywin.debugger.dbgcon', 'pywin.dialogs', 'tcl', - 'Tkconstants', 'Tkinter'] - -bbFreeze_Class = Freezer('dist', includes=includes, excludes=excludes) - -bbFreeze_Class.addScript("pyhoca-gui", gui_only=True) - -bbFreeze_Class.use_compression = 0 -bbFreeze_Class.include_py = True -bbFreeze_Class() 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)).