From bbdf23dce70c00dea225e9e4d591497dffb5f4d9 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 20 Sep 2009 21:42:35 +0200 Subject: [PATCH] [magneto] KDE: fix KNotification attribute call --- magneto/src/magneto/kde/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magneto/src/magneto/kde/interfaces.py b/magneto/src/magneto/kde/interfaces.py index 1c775c5b0..d94830061 100644 --- a/magneto/src/magneto/kde/interfaces.py +++ b/magneto/src/magneto/kde/interfaces.py @@ -158,7 +158,7 @@ class Magneto(MagnetoCore): def do_show(): notification = KNotification("Updates", - flags = KNotification.CloseOnTimeOut) + flags = KNotification.CloseOnTimeout) notification.setText("%s
%s" % (title, text,)) if urgency == 'critical': notification.setPixmap(self.icons.best_match("critical",22))