mailr13945 - /branches/gui_testing/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 July 28, 2011 - 11:10:
Author: bugman
Date: Thu Jul 28 11:09:59 2011
New Revision: 13945

URL: http://svn.gna.org/viewcvs/relax?rev=13945&view=rev
Log:
Fix for the Mac OS X task bar - it was previously turned on for all systems 
but a Mac.


Modified:
    branches/gui_testing/gui/relax_gui.py

Modified: branches/gui_testing/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/relax_gui.py?rev=13945&r1=13944&r2=13945&view=diff
==============================================================================
--- branches/gui_testing/gui/relax_gui.py (original)
+++ branches/gui_testing/gui/relax_gui.py Thu Jul 28 11:09:59 2011
@@ -86,7 +86,7 @@
         self.SetIcons(relax_icons)
 
         # Set up the Mac OS X task bar icon.
-        if not 'darwin' in sys.platform:
+        if 'darwin' in sys.platform:
             self.taskbar_icon = Relax_task_bar_icon(self)
 
         # Initialise some variables for the GUI.




Related Messages


Powered by MHonArc, Updated Thu Jul 28 11:20:03 2011