mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 02:43:34 +02:00
...
This commit is contained in:
parent
e7781ffb25
commit
31eb9078ac
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ def init_bar(self, actions):
|
|||
continue
|
||||
elif what == 'Location Manager':
|
||||
for ac in self.location_manager.available_actions:
|
||||
self.build_menu(ac, ac.isVisible())
|
||||
self.build_menu(ac)
|
||||
elif what == 'Donate':
|
||||
mb.addAction(self.donate_action)
|
||||
elif what in self.gui.iactions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue