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

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


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 pyhoca/wxgui/menus_taskbar.py |    4 +---
 1 file changed, 1 insertion(+), 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