[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.2.1.0-3-gb95ab31
X2Go dev team
git-admin at x2go.org
Tue Aug 27 13:22:46 CEST 2013
The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
via b95ab3113e1fc16b3357e99371dd13792dabf0ee (commit)
from 6ee0f510213b14747de479d9bfc0b1ff6de20016 (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:
debian/changelog | 3 ++-
pyhoca/wxgui/frontend.py | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index b6fbee7..13b5db2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
pyhoca-gui (0.2.1.1-0~x2go1) UNRELEASED; urgency=low
* New upstream version (0.2.1.1):
- - Continue development...
+ - Do not disable the session profile template when creating a session
+ profile from an already existing session profile. (Fixes: #90).
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Thu, 13 Dec 2012 13:28:15 +0100
diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index b52659e..0c92f19 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -1020,7 +1020,6 @@ class PyHocaGUI(wx.App, x2go.X2goClient):
"""
profile_name = self._eventid_profilenames_map[evt.GetId()]
- self._temp_disabled_profile_names.append(profile_name)
self._pyhoca_logger('using session profile %s as template for new profile' % profile_name, loglevel=x2go.log.loglevel_INFO, )
profilemanager.PyHocaGUI_ProfileManager(self, 'COPY', profile_name=profile_name)
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