Merge from trunk

This commit is contained in:
Charles Haley 2011-06-19 16:07:40 +01:00
commit 8f6f6381a5

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: