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

X2Go dev team git-admin at x2go.org
Mon May 28 16:03:04 CEST 2012


The branch, master has been updated
       via  469584fa40038761b9826971ea9af6d9e8e0ea82 (commit)
      from  c9065ca07a3da3cb8a940fad2285a95dd2b3805b (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 469584fa40038761b9826971ea9af6d9e8e0ea82
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon May 28 16:03:01 2012 +0200

    Re-register available/registered sessions after session profile changes.

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

Summary of changes:
 debian/changelog               |    1 +
 pyhoca/wxgui/profilemanager.py |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 908b3f8..4676122 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -138,6 +138,7 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
     - Allow custom commands to be desktop sessions.
     - Make new session option keyboard ,,variant'' configurable in profile
       manager.
+    - Re-register available/registered sessions after session profile changes.
   * Depend on Python X2Go 0.1.2.0.
   * Install GNOME icons via dh_links.
   * Install X2Go icons with explicit install paths.
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index e16837f..580fc87 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -1691,6 +1691,8 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
                                                   text=_(u'Changes to profile have been saved.'),
                                                   icon='profile_save',
                                                  )
+                self._PyHocaGUI.register_available_server_sessions_by_profile_name(profile_name=self.profile_config['name'], re_register=True)
+
             try: wx.EndBusyCursor()
             except: pass
             self.Close()


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