From 69ca0bd767abe4837c4b6162726efb69a8ed7a22 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 17 Feb 2010 23:10:16 +0000 Subject: [PATCH] setData() was actually wrong there this fixes remote notifications (where the data is set exactly once after sourceadded) svn path=/trunk/KDE/kdelibs/; revision=1091959 --- private/remotedataengine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/private/remotedataengine.cpp b/private/remotedataengine.cpp index 05f9003ae..6a89bf587 100644 --- a/private/remotedataengine.cpp +++ b/private/remotedataengine.cpp @@ -136,7 +136,6 @@ void RemoteDataEngine::remoteCallFinished(Plasma::ServiceJob *job) foreach (const QString &source, m_sources) { if (!oldsources.contains(source) && !s.contains(source)) { kDebug() << "new source = " << source; - setData(source, DataEngine::Data()); emit sourceAdded(source); } }