[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:24:29 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=faecff9

The following commit has been merged in the master branch:
commit faecff9da5a20325bd384815027eb760bc175d6d
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Apr 8 21:21:54 2014 +0200

    Fix signals in log viewer to account for new initialised(bool)
---
 logviewer/person-entity-merge-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/logviewer/person-entity-merge-model.cpp b/logviewer/person-entity-merge-model.cpp
index 5774c17..0cb12e5 100644
--- a/logviewer/person-entity-merge-model.cpp
+++ b/logviewer/person-entity-merge-model.cpp
@@ -228,7 +228,7 @@ PersonEntityMergeModel::PersonEntityMergeModel(KTp::ContactsModel* contactsModel
     m_rootItem(new ContactItem),
     m_initializedSources(0)
 {
-    connect(m_contactsModel, SIGNAL(modelInitialized()),
+    connect(m_contactsModel, SIGNAL(modelInitialized(bool)),
                 this, SLOT(sourceModelInitialized()));
     connect(m_entityModel, SIGNAL(modelInitialized()),
             this, SLOT(sourceModelInitialized()));

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list