[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:36 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=dc4b9fb

The following commit has been merged in the master branch:
commit dc4b9fb18fc59aa6ddf1d6de6d761f37bbf9e5ed
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Apr 25 11:44:08 2014 +0200

    Don't filter out contacts when in non-grouped mode
---
 empty-row-filter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/empty-row-filter.cpp b/empty-row-filter.cpp
index 23b1081..01b2b48 100644
--- a/empty-row-filter.cpp
+++ b/empty-row-filter.cpp
@@ -35,7 +35,7 @@ bool EmptyRowFilter::filterAcceptsRow(int sourceRow, const QModelIndex &sourcePa
     }
 
     //hide the expanded view for single contacts
-    if (sourceParent.data(KTp::RowTypeRole).toInt() == KTp::ContactRowType) {
+    if (sourceParent.parent().isValid() && sourceParent.data(KTp::RowTypeRole).toInt() == KTp::ContactRowType) {
         return false;
     }
 

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list