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


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

The following commit has been merged in the master branch:
commit 44aaa9e0f3945eb67b84caf08db0de66683f8276
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Wed Jul 11 12:55:31 2012 +0300

    AccountsFilterModel: fix obvious typo
---
 KTp/Models/accounts-filter-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/Models/accounts-filter-model.cpp b/KTp/Models/accounts-filter-model.cpp
index 9f42b60..607df54 100644
--- a/KTp/Models/accounts-filter-model.cpp
+++ b/KTp/Models/accounts-filter-model.cpp
@@ -137,7 +137,7 @@ bool AccountsFilterModel::Private::filterAcceptsContact(const QModelIndex &index
     }
 
     // Check presence type
-    if (presenceTypeFilterFlags != DoNotFilterByCapability) {
+    if (presenceTypeFilterFlags != DoNotFilterByPresence) {
         switch (static_cast<Tp::ConnectionPresenceType>(index.data(AccountsModel::PresenceTypeRole).toUInt())) {
         case Tp::ConnectionPresenceTypeUnset:
             if (presenceTypeFilterFlags & HidePresenceTypeUnset) {

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list