This commit is contained in:
Kovid Goyal 2011-06-18 16:36:16 -06:00
parent 699b4d4b8d
commit e54352dd55

View File

@ -179,7 +179,7 @@ class UpdateMixin(object):
def plugin_update_found(self, number_of_updates): def plugin_update_found(self, number_of_updates):
# Change the plugin icon to indicate there are updates available # 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: if not plugin:
return return
if number_of_updates: if number_of_updates: