mailr13594 - /branches/gui_testing/gui/paths.py


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

Header


Content

Posted by edward on July 13, 2011 - 16:20:
Author: bugman
Date: Wed Jul 13 16:20:58 2011
New Revision: 13594

URL: http://svn.gna.org/viewcvs/relax?rev=13594&view=rev
Log:
Fix for the 22x22 list-add-relax-blue path.


Modified:
    branches/gui_testing/gui/paths.py

Modified: branches/gui_testing/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/paths.py?rev=13594&r1=13593&r2=13594&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Wed Jul 13 16:20:58 2011
@@ -109,6 +109,7 @@
         # Oxygen icons.
         path = OXY_ICON_PATH + '22x22' + sep
         self.about =                path + 'actions'    + sep + 
'help-about.png'
+        self.add =                  path + 'actions'    + sep + 
'list-add-relax-blue.png'
         self.apply =                path + 'actions'    + sep + 
'dialog-ok-apply.png'
         self.cancel =               path + 'actions'    + sep + 
'dialog-cancel.png'
         self.close =                path + 'actions'    + sep + 
'dialog-close.png'
@@ -127,7 +128,6 @@
 
         # relax icons.
         path = ICON_RELAX_PATH + '22x22' + sep
-        self.add =                      path + 'actions' + sep + 
'list-add-relax-blue.png'
         self.molecule =                 path + 'molecule.png'
         self.molecule_grey =            path + 'molecule_grey.png'
         self.molecule_unfolded =        path + 'molecule_unfolded.png'




Related Messages


Powered by MHonArc, Updated Wed Jul 13 17:20:02 2011