mailr14632 - in /1.3: graphics/relax_icons/32x32/spin.png gui/paths.py


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

Header


Content

Posted by edward on September 14, 2011 - 11:16:
Author: bugman
Date: Wed Sep 14 11:16:50 2011
New Revision: 14632

URL: http://svn.gna.org/viewcvs/relax?rev=14632&view=rev
Log:
Added a 32x32 sized relax icon for the spin.


Added:
    1.3/graphics/relax_icons/32x32/spin.png   (with props)
Modified:
    1.3/gui/paths.py

Added: 1.3/graphics/relax_icons/32x32/spin.png
URL: 
http://svn.gna.org/viewcvs/relax/1.3/graphics/relax_icons/32x32/spin.png?rev=14632&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 1.3/graphics/relax_icons/32x32/spin.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: 1.3/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/paths.py?rev=14632&r1=14631&r2=14632&view=diff
==============================================================================
--- 1.3/gui/paths.py (original)
+++ 1.3/gui/paths.py Wed Sep 14 11:16:50 2011
@@ -207,7 +207,9 @@
         self.user_busy =            path + 'status'     + sep + 
'user-busy.png'
 
         # relax icons.
+        path = ICON_RELAX_PATH + '32x32' + sep
         self.pipe_hybrid =              path + 'pipe_hybrid.png'
+        self.spin =                     path + 'spin.png'
         self.structure =                path + 'structure.png'
 
 




Related Messages


Powered by MHonArc, Updated Wed Sep 14 18:20:02 2011