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

X2Go dev team git-admin at x2go.org
Fri Nov 15 22:08:12 CET 2013


The branch, master has been updated
       via  c0621096c422cdb8931c717a05ac304c2bacf93c (commit)
      from  9394bb354a9dafb685a3f0caef642e011f463726 (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 c0621096c422cdb8931c717a05ac304c2bacf93c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Nov 15 21:59:33 2013 +0100

    fix for commit 623aa9c

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

Summary of changes:
 pyhoca/wxgui/taskbar.py |    1 +
 1 file changed, 1 insertion(+)

The diff of changes is:
diff --git a/pyhoca/wxgui/taskbar.py b/pyhoca/wxgui/taskbar.py
index 5b82260..5728ca7 100644
--- a/pyhoca/wxgui/taskbar.py
+++ b/pyhoca/wxgui/taskbar.py
@@ -75,6 +75,7 @@ def MakeIcon(icon_name, fallback_name='pyhoca-trayicon'):
     if not icon_name.lower().endswith('.png'):
         icon_name = '%s.png' % icon_name
 
+    icon_file = icon_name
     if not (os.path.isfile(str(icon_file)) or os.path.islink(str(icon_file))):
         icon_file = '%s/PyHoca/%s/%s' % (_icons_location, icon_size, icon_name)
 


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