mailr12034 - /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 - 12:59:
Author: bugman
Date: Thu Dec 30 12:59:54 2010
New Revision: 12034

URL: http://svn.gna.org/viewcvs/relax?rev=12034&view=rev
Log:
The sequence user function icons are now in the paths module.


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=12034&r1=12033&r2=12034&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/paths.py (original)
+++ branches/bieri_gui/gui_bieri/paths.py Thu Dec 30 12:59:54 2010
@@ -58,6 +58,7 @@
         self.molecule_unfolded =    path + 'molecule_unfolded.png'
         self.pipe =                 path + 'pipe.png'
         self.residue =              path + 'residue.png'
+        self.sequence =             path + 'sequence.png'
         self.spin =                 path + 'spin.png'
 
         # Oxygen icons.
@@ -107,6 +108,7 @@
         self.molecule_unfolded =    path + 'molecule_unfolded.png'
         self.pipe =                 path + 'pipe.png'
         self.residue =              path + 'residue.png'
+        self.sequence =             path + 'sequence.png'
         self.spin =                 path + 'spin.png'
         self.view_refresh =         path + 'actions'    + sep + 
'view-refresh.png'
 
@@ -148,6 +150,7 @@
         # relax icons.
         path = ICON_RELAX_PATH + '48x48' + sep
         self.pipe =                 path + 'pipe.png'
+        self.sequence =             path + 'sequence.png'
 
 
 # Set up all icon classes.




Related Messages


Powered by MHonArc, Updated Thu Dec 30 13:20:02 2010