The branch, master has been updated via ed82afa94e74ef9f329d3cc8c9b2f5b254590fca (commit) via 0c9b5c894ba5a6df70ff7d1544a29d51d6c8528c (commit) from f09fd3f3a752d4b7015c645202b3bd907a092b7d (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 ed82afa94e74ef9f329d3cc8c9b2f5b254590fca Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Mar 4 22:10:09 2012 +0100 providing border for session profile icon commit 0c9b5c894ba5a6df70ff7d1544a29d51d6c8528c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Mar 4 22:07:45 2012 +0100 Use wx.BU_AUTODRAW for session profile icon. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + pyhoca/wxgui/profilemanager.py | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index e5b2a95..ff7c9d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,7 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low - Update i18n files: en, de. - Only allow session window manipulations for sessions that are associated to the running PyHoca-GUI client. + - Use wx.BU_AUTODRAW for session profile icon. * 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 ed24594..75d51b6 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -177,7 +177,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): path_to_icon = os.path.normpath('%s/icons/PyHoca/128x128/pyhoca-session.png' % _share_location) self.IconPath = path_to_icon self.IconButtonLabel = wx.StaticText(self.tab_Profile, -1, _(u"Window Icon")+':') - self.IconButton = wx.BitmapButton(self.tab_Profile, -1, wx.Bitmap(path_to_icon, wx.BITMAP_TYPE_ANY), size=(128,128)) + self.IconButton = wx.BitmapButton(self.tab_Profile, -1, wx.Bitmap(path_to_icon, wx.BITMAP_TYPE_ANY), size=(132,132), style=wx.BU_AUTODRAW) ### ### widgets for the SESSION tab 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)).