More info for update.available notification. fix #201

This commit is contained in:
Ruud
2012-05-04 17:22:30 +02:00
parent bdb0864646
commit f6de117f6b

View File

@@ -56,7 +56,7 @@ class Updater(Plugin):
fireEventAsync('app.crappy_restart')
else:
if self.conf('notification'):
fireEvent('updater.available', message = 'A new update is available', data = self.updater.getVersion())
fireEvent('updater.available', message = 'A new update is available', data = self.updater.info())
def info(self):
return self.updater.info()