[X2go-Commits] pyhoca-gui.git - master (branch) updated: 0.1.0.10-160-g533256f

X2Go dev team git-admin at x2go.org
Tue Apr 3 14:27:09 CEST 2012


The branch, master has been updated
       via  533256fe1f91905a6e949bbb16e69ecbfcbee5a6 (commit)
      from  f599a5c9d370edb7e3e5ff15786033cb9a993ebb (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 533256fe1f91905a6e949bbb16e69ecbfcbee5a6
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Apr 3 14:27:03 2012 +0200

    re-enable wx.InitAllImageHandlers() call

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

Summary of changes:
 pyhoca/wxgui/frontend.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index 8cb930f..e29da38 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -67,7 +67,7 @@ import splash
 import sessiontitle
 
 wx.SetDefaultPyEncoding("utf-8")
-#wx.InitAllImageHandlers()
+wx.InitAllImageHandlers()
 
 def SetExitHandler(func):
 


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