X2Go dev team | 18 Apr 2012 18:25

pyhoca-gui.git - master (branch) updated: 0.1.0.10-215-g3bdee18

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@...>
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
 <at>  <at>  -246,7 +246,7  <at>  <at>  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

Gmane