[X2go-Commits] pyhoca-gui.git - master (branch) updated: 0.1.0.10-31-gb160973

X2go dev team git-admin at x2go.org
Thu Dec 15 12:19:50 CET 2011


The branch, master has been updated
       via  b160973ba782315e03cf3ca121ab6d44a3e854ad (commit)
      from  15ef885c1f90035551500089e3285b2afc15f88b (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 b160973ba782315e03cf3ca121ab6d44a3e854ad
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Dec 15 12:19:42 2011 +0100

    initialize ID_LAUNCHAPPLICATION even if not needed...

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

Summary of changes:
 pyhoca/wxgui/menus_taskbar.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py
index 8ee9721..16c5801 100644
--- a/pyhoca/wxgui/menus_taskbar.py
+++ b/pyhoca/wxgui/menus_taskbar.py
@@ -326,6 +326,7 @@ class PyHocaGUI_Menu_TaskbarSessionProfile(wx.Menu):
         wx.Menu.__init__(self)
 
         ID_SESSIONSTART=wx.NewId()
+        ID_LAUNCHAPPLICATION = wx.NewId()
         ID_CLEANSESSIONS = wx.NewId()
         ID_EDITPROFILEWHILECONNECTED = wx.NewId()
         ID_SHARELOCALFOLDER = wx.NewId()
@@ -334,9 +335,6 @@ class PyHocaGUI_Menu_TaskbarSessionProfile(wx.Menu):
 
         current_profile_config = self._PyHocaGUI.get_profile_config(profile_name)
 
-        if current_profile_config['applications']:
-            ID_LAUNCHAPPLICATION = wx.NewId()
-
         # preparing profile_name information for the main PyHocaGUI instance
         self._PyHocaGUI._eventid_profilenames_map[ID_SESSIONSTART] = \
             self._PyHocaGUI._eventid_profilenames_map[ID_LAUNCHAPPLICATION] = \


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