From e54352dd55bc15e3691a8040fec1ad9670e729ab Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 18 Jun 2011 16:36:16 -0600 Subject: [PATCH] ... --- src/calibre/gui2/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/update.py b/src/calibre/gui2/update.py index aacf30fe10..c9a908bdf6 100644 --- a/src/calibre/gui2/update.py +++ b/src/calibre/gui2/update.py @@ -179,7 +179,7 @@ class UpdateMixin(object): 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: