View File plasma-notifications-kill-timer.diff of Package kdebase4-workspace (Project openSUSE:11.4)
Index: kdebase-workspace-4.5.80/plasma/generic/dataengines/notifications/notificationsengine.cpp
===================================================================
--- kdebase-workspace-4.5.80.orig/plasma/generic/dataengines/notifications/notificationsengine.cpp 2010-11-11 15:41:03.000000000 +0100
+++ kdebase-workspace-4.5.80/plasma/generic/dataengines/notifications/notificationsengine.cpp 2010-11-21 20:47:03.824759539 +0100
@@ -217,6 +217,7 @@ void NotificationsEngine::timerEvent(QTi
killTimer(event->timerId());
m_sourceTimers.remove(source);
m_timeouts.remove(event->timerId());
+ killTimer(event->timerId());
removeSource(source);
emit NotificationClosed(source.split(" ").last().toInt(), 1);
return;