The branch, build-baikal has been updated via c465830ea3cea929ce6a88bca057ec99df12bff3 (commit) from 8fbc1175a371d4451812ccc2bcd698bc34aef5e9 (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 | 4 ++-- pyhoca/wxgui/frontend.py | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index f195b9e..b02b2fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pyhoca-gui (0.4.0.9-0x2go1) UNRELEASED; urgency=low +pyhoca-gui (0.4.0.9-0x2go1) unstable; urgency=low [ Mike Gabriel ] * New upstream release (0.4.0.9): @@ -53,7 +53,7 @@ pyhoca-gui (0.4.0.9-0x2go1) UNRELEASED; urgency=low * New upstream release (0.4.0.9): - Update Swedish translation. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 27 Aug 2013 18:12:26 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 08 Jan 2014 15:20:20 +0100 pyhoca-gui (0.4.0.8-0~x2go1) unstable; urgency=low diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index bcedfdc..b7d4939 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -1155,11 +1155,8 @@ class PyHocaGUI(wx.App, x2go.X2GoClient): m.ShowModal() if m.Yes(): self._pyhoca_logger('deleting session profile %s' % profile_name, loglevel=x2go.log.loglevel_INFO, ) - try: - self.session_profiles.delete_profile(profile_name) - self.notifier.send(title=_(u'%s - profile deleted') % profile_name, text=_(u'The session profile has been deleted.'), icon='profile_delete') - except: - pass + self.session_profiles.delete_profile(profile_name) + self.notifier.send(title=_(u'%s - profile deleted') % profile_name, text=_(u'The session profile has been deleted.'), icon='profile_delete') self._temp_disabled_profile_names.remove(profile_name) def OnProfileImport(self, evt):# 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)).