mailr13971 - /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 28, 2011 - 20:41:
Author: bugman
Date: Thu Jul 28 20:41:33 2011
New Revision: 13971

URL: http://svn.gna.org/viewcvs/relax?rev=13971&view=rev
Log:
Fix for the path to the dialog-warning oxygen icon.


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=13971&r1=13970&r2=13971&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Thu Jul 28 20:41:33 2011
@@ -78,7 +78,7 @@
         self.controller =           path + 'apps'       + sep + 
'preferences-system-performance.png'
         self.copy =                 path + 'actions'    + sep + 
'list-add.png'
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.png'
-        self.dialog_warning =       path + 'actions'    + sep + 
'dialog-warning.png'
+        self.dialog_warning =       path + 'status'     + sep + 
'dialog-warning.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
@@ -124,7 +124,7 @@
         self.close =                path + 'actions'    + sep + 
'dialog-close.png'
         self.copy =                 path + 'actions'    + sep + 
'list-add.png'
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.png'
-        self.dialog_warning =       path + 'actions'    + sep + 
'dialog-warning.png'
+        self.dialog_warning =       path + 'status'     + sep + 
'dialog-warning.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
@@ -175,7 +175,7 @@
         self.cancel =               path + 'actions'    + sep + 
'dialog-cancel.png'
         self.close =                path + 'actions'    + sep + 
'dialog-close.png'
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.png'
-        self.dialog_warning =       path + 'actions'    + sep + 
'dialog-warning.png'
+        self.dialog_warning =       path + 'status'     + sep + 
'dialog-warning.png'
         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'
@@ -211,7 +211,7 @@
         self.cancel =               path + 'actions'    + sep + 
'dialog-cancel.png'
         self.copy =                 path + 'actions'    + sep + 
'list-add.png'
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.png'
-        self.dialog_warning =       path + 'actions'    + sep + 
'dialog-warning.png'
+        self.dialog_warning =       path + 'status'     + sep + 
'dialog-warning.png'
         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'




Related Messages


Powered by MHonArc, Updated Thu Jul 28 22:40:02 2011