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


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

The following commit has been merged in the master branch:
commit 1232f1801d341f591d3c0be51334b907abdad0d1
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Fri Apr 1 17:28:56 2011 +0200

    Remove refilter() method and fix the accounts-model-item to properly emit the needed signals.
---
 models/accounts-model-item.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/models/accounts-model-item.cpp b/models/accounts-model-item.cpp
index 4217942..ad5368b 100644
--- a/models/accounts-model-item.cpp
+++ b/models/accounts-model-item.cpp
@@ -282,6 +282,8 @@ void AccountsModelItem::onContactsChanged(const Tp::Contacts &addedContacts,
 
 void AccountsModelItem::onStatusChanged(Tp::ConnectionStatus status)
 {
+    onChanged();
+
     emit connectionStatusChanged(mPriv->mAccount->uniqueIdentifier(), status);
 }
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list