mailr16772 - /branches/uf_redesign/gui/relax_gui.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 08, 2012 - 14:52:
Author: bugman
Date: Fri Jun  8 14:52:38 2012
New Revision: 16772

URL: http://svn.gna.org/viewcvs/relax?rev=16772&view=rev
Log:
Temporarily disabled the Mac OS X task bar icon as it is currently horribly 
broken in wxPython 2.8 and 2.9.


Modified:
    branches/uf_redesign/gui/relax_gui.py

Modified: branches/uf_redesign/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/relax_gui.py?rev=16772&r1=16771&r2=16772&view=diff
==============================================================================
--- branches/uf_redesign/gui/relax_gui.py (original)
+++ branches/uf_redesign/gui/relax_gui.py Fri Jun  8 14:52:38 2012
@@ -120,8 +120,8 @@
         self.SetIcons(relax_icons)
 
         # Set up the Mac OS X task bar icon.
-        if status.wx_info["os"] == 'darwin' and status.wx_info["build"] != 
'gtk':
-            self.taskbar_icon = Relax_task_bar_icon(self)
+        #if status.wx_info["os"] == 'darwin' and status.wx_info["build"] != 
'gtk':
+        #    self.taskbar_icon = Relax_task_bar_icon(self)
 
         # Initialise some variables for the GUI.
         self.launch_dir = getcwd()




Related Messages


Powered by MHonArc, Updated Fri Jun 08 15:40:02 2012