[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:50:08
Message-ID: 1221994208.464232.3412.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 863146 by jstubbs:

SVN_SILENT: Fixed the namespace location.


 M  +2 -2      manager.cpp  


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

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