[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:05:16 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=2cfbef4
The following commit has been merged in the master branch:
commit 2cfbef4cef22d05aaf6ac0ac5a30955fd5669713
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.
---
accounts-model.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/accounts-model.cpp b/accounts-model.cpp
index 3fe4a72..2d16153 100644
--- a/accounts-model.cpp
+++ b/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-contact-list packaging
More information about the pkg-kde-commits
mailing list