[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:13 UTC 2016


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

The following commit has been merged in the master branch:
commit 4e24bb0cec4cf14995c86c4bf96cc7051a95fc05
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Apr 25 10:53:45 2014 +0200

    Load cache immediately
    
    Loading after the first event loop has no benefit, and just complicates
    things
---
 kpeople/datasourceplugin/im-persons-data-source.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kpeople/datasourceplugin/im-persons-data-source.cpp b/kpeople/datasourceplugin/im-persons-data-source.cpp
index c2dc682..3b4cc0a 100644
--- a/kpeople/datasourceplugin/im-persons-data-source.cpp
+++ b/kpeople/datasourceplugin/im-persons-data-source.cpp
@@ -73,7 +73,7 @@ KTpAllContacts::KTpAllContacts()
 {
     Tp::registerTypes();
 
-    QTimer::singleShot(0, this, SLOT(loadCache()));
+    loadCache());
 }
 
 KTpAllContacts::~KTpAllContacts()

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list