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


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

The following commit has been merged in the master branch:
commit ebb403e70d2737a733cf77c2949bc3f801774dfe
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Fri Mar 4 15:37:12 2011 +0100

    Remove the account group (contacts parent) as well with the contacts. This is only temporary until the offline contacts are implemented.
---
 models/accounts-model.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/models/accounts-model.cpp b/models/accounts-model.cpp
index 3fe4a72..2d16153 100644
--- a/models/accounts-model.cpp
+++ b/models/accounts-model.cpp
@@ -158,6 +158,7 @@ void AccountsModel::onItemsRemoved(TreeNode *parent, int first, int last)
     for (int i = last; i >= first; i--) {
         parent->childAt(i)->remove();
     }
+    parent->remove();
     endRemoveRows();
     emit accountCountChanged();
 }

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list