Merge from trunk

This commit is contained in:
Charles Haley
2011-06-19 16:07:40 +01:00
+1 -1
View File
@@ -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: