mailr13786 - /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 20, 2011 - 18:02:
Author: bugman
Date: Wed Jul 20 18:02:56 2011
New Revision: 13786

URL: http://svn.gna.org/viewcvs/relax?rev=13786&view=rev
Log:
Added all system-switch-user oxygen icons to the paths module.


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=13786&r1=13785&r2=13786&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Wed Jul 20 18:02:56 2011
@@ -125,6 +125,7 @@
         self.new =                  path + 'actions'    + sep + 
'document-new.png'
         self.ok =                   path + 'actions'    + sep + 
'dialog-ok.png'
         self.open_folder =          path + 'actions'    + sep + 
'document-open-folder.png'
+        self.pipe_switch =          path + 'actions'    + sep + 
'system-switch-user.png'
         self.save =                 path + 'actions'    + sep + 
'document-save.png'
         self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
         self.view_refresh =         path + 'actions'    + sep + 
'view-refresh.png'
@@ -169,6 +170,7 @@
         self.new =          path + 'actions' + sep + 'document-new.png'
         self.ok =           path + 'actions' + sep + 'dialog-ok.png'
         self.open_folder =  path + 'actions' + sep + 
'document-open-folder.png'
+        self.pipe_switch =          path + 'actions'    + sep + 
'system-switch-user.png'
         self.save =         path + 'actions' + sep + 'document-save.png'
         self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
         self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
@@ -198,6 +200,7 @@
         self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
         self.new =          path + 'actions' + sep + 'document-new.png'
         self.open_folder =  path + 'actions' + sep + 
'document-open-folder.png'
+        self.pipe_switch =          path + 'actions'    + sep + 
'system-switch-user.png'
         self.remove =       path + 'actions' + sep + 'list-remove.png'
         self.save =         path + 'actions' + sep + 'document-save.png'
         self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'




Related Messages


Powered by MHonArc, Updated Wed Jul 20 18:20:02 2011