mailr13772 - /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 - 14:03:
Author: bugman
Date: Wed Jul 20 14:03:20 2011
New Revision: 13772

URL: http://svn.gna.org/viewcvs/relax?rev=13772&view=rev
Log:
Added the list-remove oxygen icon 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=13772&r1=13771&r2=13772&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Wed Jul 20 14:03:20 2011
@@ -81,6 +81,7 @@
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.exit =                 path + 'actions'    + sep + 
'system-shutdown.png'
+        self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
         self.load =                 path + 'actions'    + sep + 
'arrow-right.png'
         self.manual =               path + 'mimetypes'  + sep + 
'application-pdf.png'
         self.new =                  path + 'actions'    + sep + 
'document-new.png'
@@ -120,6 +121,7 @@
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.go_previous_view =     path + 'actions'    + sep + 
'go-previous-view.png'
         self.go_next_view =         path + 'actions'    + sep + 
'go-next-view.png'
+        self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
         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'
@@ -163,6 +165,7 @@
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.copy =         path + 'actions' + sep + 'list-add.png'
+        self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
         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'
@@ -192,6 +195,7 @@
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.forwards =     path + 'actions' + sep + 'go-next-view.png'
+        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.remove =       path + 'actions' + sep + 'list-remove.png'




Related Messages


Powered by MHonArc, Updated Wed Jul 20 14:40:02 2011