[magneto] KDE: fix KNotification attribute call

This commit is contained in:
Fabio Erculiani
2009-09-20 21:42:35 +02:00
parent 8862b3619f
commit bbdf23dce7
+1 -1
View File
@@ -158,7 +158,7 @@ class Magneto(MagnetoCore):
def do_show():
notification = KNotification("Updates",
flags = KNotification.CloseOnTimeOut)
flags = KNotification.CloseOnTimeout)
notification.setText("<b>%s</b><br/>%s" % (title, text,))
if urgency == 'critical':
notification.setPixmap(self.icons.best_match("critical",22))