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


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

The following commit has been merged in the master branch:
commit 22ff01112e95e122d5a03595c1251042119186a5
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Mar 29 10:25:08 2013 +0100

    Implement the un-pin action
    
    This code was calling some unimplemented API, call one that actually works
    instead.
    
    REVIEW: 109787
---
 KTp/Declarative/pinned-contacts-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/Declarative/pinned-contacts-model.cpp b/KTp/Declarative/pinned-contacts-model.cpp
index 1701082..ccb5f2d 100644
--- a/KTp/Declarative/pinned-contacts-model.cpp
+++ b/KTp/Declarative/pinned-contacts-model.cpp
@@ -111,7 +111,7 @@ void PinnedContactsModel::setPinning(const Tp::AccountPtr &account, const KTp::C
         KTp::PersistentContactPtr p = KTp::PersistentContact::create(account->uniqueIdentifier(), contact->id());
         appendContactPin(p);
     } else if (!newState && found) {
-        removeRow(idx.row());
+        removeContactPin(d->m_pins[idx.row()]);
     }
 }
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list