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


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

The following commit has been merged in the master branch:
commit 95baffc462e7e8b2c92f9754f951f4da9e2ce961
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Tue Jan 15 15:04:08 2013 +0100

    Fix 'Remove contact from group' action
---
 context-menu.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/context-menu.cpp b/context-menu.cpp
index b5d26cf..d8cad05 100644
--- a/context-menu.cpp
+++ b/context-menu.cpp
@@ -306,7 +306,7 @@ KMenu* ContextMenu::groupContextMenu(const QModelIndex &index)
 
 void ContextMenu::onRemoveContactFromGroupTriggered()
 {
-    if (m_currentIndex.parent().data().toUInt() != ContactsModel::GroupRowType) {
+    if (m_currentIndex.parent().data(ContactsModel::TypeRole).toUInt() != ContactsModel::GroupRowType) {
         return;
     }
 

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list