[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:10:21 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=cf2f48b

The following commit has been merged in the master branch:
commit cf2f48b3ba563c8074beed523235cf16ce9dfc59
Author: Anne-Marie Mahfouf <annma at kde.org>
Date:   Thu Apr 24 09:54:50 2008 +0000

    API review: SIGNAL newSource() -> sourceAdded()
    
    svn path=/trunk/playground/base/plasma/applets/presence/; revision=800449
---
 presence/src/presence.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/presence/src/presence.cpp b/presence/src/presence.cpp
index cad78ff..aff1e69 100644
--- a/presence/src/presence.cpp
+++ b/presence/src/presence.cpp
@@ -91,7 +91,7 @@ void Presence::init()
 
     m_engine = dataEngine("presence");
 
-    connect(m_engine, SIGNAL(newSource(QString)), this, SLOT(sourceAdded(QString)));
+    connect(m_engine, SIGNAL(sourceAdded(QString)), this, SLOT(sourceAdded(QString)));
     connect(m_engine, SIGNAL(sourceRemoved(QString)), this, SLOT(sourceRemoved(QString)));
 }
 

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list