The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via cbff3fee859a3d209a13155bab7b04e638efe02b (commit) from eb867d7b4a53c2af7711d5466091d32b04254cec (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 | 7 +++++++ pyhoca/wxgui/profilemanager.py | 1 + 2 files changed, 8 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 046023e..c73f2ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pyhoca-gui (0.1.0.11-0~x2go1) UNRELEASED; urgency=low + + * New upstream version (0.1.0.11): + - Add XFCE4 support. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Nov 2011 03:13:09 +0100 + pyhoca-gui (0.1.0.10-0~x2go1) unstable; urgency=low * Bugfix release for Windows (0.1.0.10): diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index e482644..e0425f3 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -75,6 +75,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): 'LXDE': _(u'Lightweight X Desktop (LXDE)'), 'TRINITY': _(u'Trinity X Desktop (KDE3-like)'), 'UNITY': _(u'Unity X Desktop Shell (UNITY)'), + 'XFCE4': _(u'XFCE4 Desktop (XFCE4)'), 'XDMCP': _(u'XDMCP Query'), #'EMBEDDED_MENU': _(u'Embedded Application Menu'), 'RDP': _(u'Windows Terminal Server (RDP-proxy)'), 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)).