[X2Go-Commits] pyhoca-gui.git - master (branch) updated: 0.4.0.8-29-g3c8ddea

X2Go dev team git-admin at x2go.org
Thu Nov 21 23:22:08 CET 2013


The branch, master has been updated
       via  3c8ddea7b3db0e8cbf45a94861c85cc1f47a552a (commit)
      from  b6d80b00cbfda470ad264608f271b5390809b1ef (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 3c8ddea7b3db0e8cbf45a94861c85cc1f47a552a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Nov 21 23:15:24 2013 +0100

    Initialize thisPyHocaGUI instance as NoneType object before starting the wxApplication.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    2 ++
 pyhoca-gui       |    1 +
 2 files changed, 3 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 0331fc5..538f1f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ pyhoca-gui (0.4.0.9-0~x2go1) UNRELEASED; urgency=low
     - Resolve tilde char in base directories for the PyHoca-GUI application.
     - Resolve tilde char in session icon names.
     - Fix termination of published application sessions.
+    - Initialize thisPyHocaGUI instance as NoneType object before starting
+      the wxApplication.
   * /debian/copyright:
     + Update file. Add entry for file icon2exe.py.
   * /debian/control:
diff --git a/pyhoca-gui b/pyhoca-gui
index e498814..ea7da4c 100755
--- a/pyhoca-gui
+++ b/pyhoca-gui
@@ -414,6 +414,7 @@ def main():
         m.ShowModal()
         version()
 
+    thisPyHocaGUI = None
     try:
         thisPyHocaGUI = PyHocaGUI(args, logger, liblogger, appname=PROG_NAME, version=VERSION)
         thisPyHocaGUI.MainLoop()


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