Fix regression that broke the open containing folder action

This commit is contained in:
Kovid Goyal 2010-06-11 22:20:35 -06:00
parent fa5b55b084
commit 78e4e41b7e

View File

@ -132,6 +132,7 @@ class ToolbarMixin(object): # {{{
self.action_open_containing_folder.setShortcut(Qt.Key_O)
self.addAction(self.action_open_containing_folder)
self.action_open_containing_folder.triggered.connect(self.view_folder)
self.action_sync.setShortcut(Qt.Key_D)
self.action_sync.setEnabled(True)
self.create_device_menu()