[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/base/plasma/applets/systray-refactor/core (silent)
From:       Jason Stubbs <jasonbstubbs () gmail ! com>
Date:       2008-09-21 10:54:16
Message-ID: 1221994456.941660.3494.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 863147 by jstubbs:

SVN_SILENT: Fixed the slot names too..


 M  +2 -2      manager.cpp  


--- trunk/playground/base/plasma/applets/systray-refactor/core/manager.cpp #863146:863147
@@ -120,9 +120,9 @@
 void Manager::addNotification(Notification* notification)
 {
     connect(notification, SIGNAL(destroyed(SystemTray::Notification*)),
-            this, SLOT(removeTask(SystemTray::Notification*)));
+            this, SLOT(removeNotification(SystemTray::Notification*)));
     connect(notification, SIGNAL(changed(SystemTray::Notification*)),
-            this, SIGNAL(taskChanged(SystemTray::Notification*)));
+            this, SIGNAL(notificationChanged(SystemTray::Notification*)));
 
     d->notifications.append(notification);
     emit notificationAdded(notification);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic