mailr12040 - /branches/bieri_gui/gui_bieri/paths.py


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

Header


Content

Posted by edward on December 30, 2010 - 15:30:
Author: bugman
Date: Thu Dec 30 15:30:39 2010
New Revision: 12040

URL: http://svn.gna.org/viewcvs/relax?rev=12040&view=rev
Log:
Fix for the path of the 22x22 view-refresh icon - this is an oxygen icon, not 
a relax one!


Modified:
    branches/bieri_gui/gui_bieri/paths.py

Modified: branches/bieri_gui/gui_bieri/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/paths.py?rev=12040&r1=12039&r2=12040&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/paths.py (original)
+++ branches/bieri_gui/gui_bieri/paths.py Thu Dec 30 15:30:39 2010
@@ -102,6 +102,7 @@
         self.close =                path + 'actions' + sep + 
'dialog-close.png'
         self.ok =                   path + 'actions' + sep + 'dialog-ok.png'
         self.save =                 path + 'actions' + sep + 
'document-save.png'
+        self.view_refresh =         path + 'actions' + sep + 
'view-refresh.png'
 
         # relax icons.
         path = ICON_RELAX_PATH + '22x22' + sep
@@ -111,7 +112,6 @@
         self.residue =              path + 'residue.png'
         self.sequence =             path + 'sequence.png'
         self.spin =                 path + 'spin.png'
-        self.view_refresh =         path + 'actions'    + sep + 
'view-refresh.png'
 
 
 




Related Messages


Powered by MHonArc, Updated Thu Dec 30 16:00:02 2010