mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 14:24:07 +02:00
...
This commit is contained in:
parent
72c2d636b0
commit
0ffaa50f6d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class OpenFolderAction(InterfaceAction):
|
|||
_('O'))
|
||||
|
||||
def genesis(self):
|
||||
self.action_open_containing_folder.triggered.connect(self.iactions['View'].view_folder)
|
||||
self.qaction.triggered.connect(self.gui.iactions['View'].view_folder)
|
||||
|
||||
def location_selected(self, loc):
|
||||
enabled = loc == 'library'
|
||||
|
|
|
|||
Loading…
Reference in a new issue