[Thunar-workers] CVS: design/ui ChangeLog, 1.22, 1.23 ThunarWindow.py, 1.13, 1.14

Benedikt Meurer benny at xfce.org
Tue Mar 15 23:35:25 CET 2005


Update of /var/cvs/thunar/design/ui
In directory espresso.foo-projects.org:/tmp/cvs-serv20530

Modified Files:
	ChangeLog ThunarWindow.py 
Log Message:
2005-03-15	Benedikt Meurer <benny at xfce.org>

	* ThunarWindow.py: Fix typos (toolbar -> tool_bar).




Index: ChangeLog
===================================================================
RCS file: /var/cvs/thunar/design/ui/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- ChangeLog	15 Mar 2005 22:33:01 -0000	1.22
+++ ChangeLog	15 Mar 2005 22:35:22 -0000	1.23
@@ -1,5 +1,9 @@
 2005-03-15	Benedikt Meurer <benny at xfce.org>
 
+	* ThunarWindow.py: Fix typos (toolbar -> tool_bar).
+
+2005-03-15	Benedikt Meurer <benny at xfce.org>
+
 	* ThunarImageLoader.py, ThunarMimeDatabase.py: Use gnome-fs-directory as
 	  fallback for inode/directory types.
 	* ThunarBookmarksPane.py: Add a separator between the predefined and

Index: ThunarWindow.py
===================================================================
RCS file: /var/cvs/thunar/design/ui/ThunarWindow.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ThunarWindow.py	15 Mar 2005 22:33:01 -0000	1.13
+++ ThunarWindow.py	15 Mar 2005 22:35:22 -0000	1.14
@@ -290,10 +290,10 @@
 
     def _action_show_toolbars(self):
         if self.action_group.get_action('view-toolbars').get_active():
-            self.toolbar.show()
+            self.tool_bar.show()
             self.location_bar.show()
         else:
-            self.toolbar.hide()
+            self.tool_bar.hide()
             self.location_bar.hide()
 
 




More information about the Thunar-workers mailing list