mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-21 04:05:22 +01:00
Merge from trunk
This commit is contained in:
commit
8f6f6381a5
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ def update_found(self, version, force=False, no_show_popup=False):
|
|||
|
||||
def plugin_update_found(self, number_of_updates):
|
||||
# Change the plugin icon to indicate there are updates available
|
||||
plugin = self.iactions.get('Plugin Updates', None)
|
||||
plugin = self.iactions.get('Plugin Updater', None)
|
||||
if not plugin:
|
||||
return
|
||||
if number_of_updates:
|
||||
|
|
|
|||
Loading…
Reference in a new issue