This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 0a26624 adapt application name in image/icon paths new 9a2ca04 Fix referencing backends X2GoServerSessionInfo and X2GoServerSessionList. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 ++- pyhoca-gui | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 9a2ca0462fd611c5285dd4b5e9ef94fcb05c9b52 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 9 10:52:08 2014 +0100 Fix referencing backends X2GoServerSessionInfo and X2GoServerSessionList. --- debian/changelog | 3 ++- pyhoca-gui | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b5dc5e2..2d7db4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,7 +21,8 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low pyhoca-gui (0.4.0.10-0x2go1) UNRELEASED; urgency=low - * Continue development... + * New upstream release (0.4.0.10): + - Fix referencing backends X2GoServerSessionInfo and X2GoServerSessionList. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 08 Jan 2014 21:28:37 +0100 diff --git a/pyhoca-gui b/pyhoca-gui index 6cba20a..2082daf 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -35,7 +35,6 @@ from pyhoca.wxgui.launcher import PyHocaGUI_Launcher __author__ = "Mike Gabriel, Dick Kniep" __version__ = __VERSION__ - if __name__ == '__main__': app = PyHocaGUI_Launcher() app.setup_process() -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git