Skip to content
Snippets Groups Projects
Commit cda9cf93 authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

2005-03-15 Benedikt Meurer <benny@xfce.org>

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


(Old svn revision: 14671)
parent d50f5077
No related branches found
No related tags found
No related merge requests found
2005-03-15 Benedikt Meurer <benny@xfce.org>
* ThunarWindow.py: Fix typos (toolbar -> tool_bar).
2005-03-15 Benedikt Meurer <benny@xfce.org>
* ThunarImageLoader.py, ThunarMimeDatabase.py: Use gnome-fs-directory as
......
......@@ -290,10 +290,10 @@ class ThunarWindow(gtk.Window):
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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment