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

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:55:28 CEST 2013


The branch, twofactorauth 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