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


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

The following commit has been merged in the master branch:
commit 68374f31e1f69df1efcbe4775ffb1b6d1eaef24d
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Feb 19 02:59:19 2013 +0100

    Improve behavior of KTP plasmoids
    
    When starting chats from the contact list plasmoid, if there's a ktp-chat,
    use it.
    This happens by not forcing the preferred handler when starting a chat.
    
    REVIEW: 109033
---
 KTp/Declarative/contact-list.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/Declarative/contact-list.cpp b/KTp/Declarative/contact-list.cpp
index 58da5ab..18b1332 100644
--- a/KTp/Declarative/contact-list.cpp
+++ b/KTp/Declarative/contact-list.cpp
@@ -92,7 +92,7 @@ void ContactList::startChat(const Tp::AccountPtr &account, const KTp::ContactPtr
     kDebug() << "Requesting chat for contact" << contact->alias();
     kDebug() << "account is" << account->normalizedName();
 
-    Tp::PendingOperation *op = KTp::Actions::startChat(account, contact, true);
+    Tp::PendingOperation *op = KTp::Actions::startChat(account, contact, false);
     connect(op, SIGNAL(finished(Tp::PendingOperation*)), SLOT(onGenericOperationFinished(Tp::PendingOperation*)));
 }
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list