[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:02 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=bc07f77

The following commit has been merged in the master branch:
commit bc07f77e10fb07240b674ca79cf577d801f8bce5
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Mon Feb 17 18:20:12 2014 +0100

    Emit initialFetchComplete() after all contacts are fetched from cache
    
    REVIEW: 115834
---
 kpeople/datasourceplugin/im-persons-data-source.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kpeople/datasourceplugin/im-persons-data-source.cpp b/kpeople/datasourceplugin/im-persons-data-source.cpp
index 3db1cde..6b9977b 100644
--- a/kpeople/datasourceplugin/im-persons-data-source.cpp
+++ b/kpeople/datasourceplugin/im-persons-data-source.cpp
@@ -107,6 +107,8 @@ void KTpAllContacts::loadCache()
     //now start fetching the up-to-date information
     connect(KTp::accountManager()->becomeReady(), SIGNAL(finished(Tp::PendingOperation*)),
         this, SLOT(onAccountManagerReady(Tp::PendingOperation*)));
+
+    emitInitialFetchComplete();
 }
 
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list