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


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

The following commit has been merged in the master branch:
commit 48336f7c1630ad54eabeef3fb4dafcf662aa2870
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Fri Dec 28 13:46:45 2012 +0000

    Fix contacts-list-model
    
    Correct endInsertRows
---
 KTp/Models/contacts-list-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/Models/contacts-list-model.cpp b/KTp/Models/contacts-list-model.cpp
index 94128ba..219ee5f 100644
--- a/KTp/Models/contacts-list-model.cpp
+++ b/KTp/Models/contacts-list-model.cpp
@@ -174,7 +174,7 @@ void KTp::ContactsListModel::onContactsChanged(const Tp::Contacts &added, const
         if (row >= 0) { //if contact found in list
             beginRemoveRows(QModelIndex(), row, row);
             d->contacts.removeOne(contact);
-            endInsertRows();
+            endRemoveRows();
         }
     }
 }

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list