[X2go-Commits] pyhoca-gui.git - master (branch) updated: 0.1.0.6-5-g42f28cf
X2go dev team
git-admin at x2go.org
Tue Jul 19 20:36:49 CEST 2011
The branch, master has been updated
via 42f28cf1185fdb580970eb4f9b5e7e19412356b9 (commit)
via ddd50d444150817a1725160df42cfbca6cee2503 (commit)
from 45bd1144cd5138f161a30e58722e57cb0e934047 (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 42f28cf1185fdb580970eb4f9b5e7e19412356b9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jul 19 20:37:08 2011 +0200
Delaying taskbar icon closure as much as possible (closes upstream issue #79).
commit ddd50d444150817a1725160df42cfbca6cee2503
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jul 19 16:34:15 2011 +0200
minor i18n fixes (de)
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 3 ++-
po/de.po | 2 +-
pyhoca/wxgui/frontend.py | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index cbc5b47..2377456 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
pyhoca-gui (0.1.0.7-0~x2go1) UNRELEASED; urgency=low
* New upstream version (0.1.0.7)
- - nothing yet
+ - minor i18n fixes (de)
+ - Delaying taskbar icon closure as much as possible (closes upstream issue #79).
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 06 Jul 2011 22:17:10 +0200
diff --git a/po/de.po b/po/de.po
index 1f4ac9e..df1b802 100644
--- a/po/de.po
+++ b/po/de.po
@@ -147,7 +147,7 @@ msgstr ""
msgid ""
"PyHoca-GUI\n"
"Connecting you to X2go..."
-msgstr "Verbindlich mit X2go ..."
+msgstr "Verbinden mit X2go Server..."
#: ../pyhoca/wxgui/taskbar.py:90
msgid ""
diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index d83fe16..e35cb44 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -280,10 +280,10 @@ class PyHocaGUI(wx.App, x2go.X2goClient):
for _win in self._sub_windows:
_win.Close()
_win.Destroy()
- self.taskbar.Close()
+ x2go.x2go_cleanup()
self.about.Close()
self.about.Destroy()
- x2go.x2go_cleanup()
+ self.taskbar.Close()
self.Destroy()
# the taskbar's OnExit method...
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