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

X2Go dev team git-admin at x2go.org
Wed Apr 18 18:25:10 CEST 2012


The branch, master has been updated
       via  3bdee1820a55752899982778a828e1b912786df2 (commit)
      from  c3eefb060d951a15a0362b7fe9ffc03b736ba849 (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 3bdee1820a55752899982778a828e1b912786df2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Apr 18 18:25:08 2012 +0200

    use detected session type instead of configured session command

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

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

The diff of changes is:
diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py
index be1c82c..fcd35f4 100644
--- a/pyhoca/wxgui/menus_taskbar.py
+++ b/pyhoca/wxgui/menus_taskbar.py
@@ -246,7 +246,7 @@ class PyHocaGUI_Menu_TaskbarSessionActions(wx.Menu):
             _rmi = self.Append(text=_(u"Refresh menu tree"), id=ID_REFRESHMENU)
 
         if _s is not None and \
-           _s.get_session_cmd() in x2go.defaults.X2GO_DESKTOPSESSIONS and \
+           _s.get_session_type() in ('D', 'S') and \
            not _s.is_published_applications_provider() and \
            _session_status == 'R' and \
            _s in self._PyHocaGUI.client_associated_sessions_of_profile_name(profile_name, return_objects=True):


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