[SCM] ktp-contact-applet packaging branch, master, updated. debian/16.04.2-1-20-g1fe6183

Maximiliano Curia maxy at moszumanska.debian.org
Sat Sep 10 16:50:54 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=18cc880

The following commit has been merged in the master branch:
commit 18cc880b057273028960901aa5ef9307606d12fe
Author: Kai Uwe Broulik <kde at privat.broulik.de>
Date:   Mon Jun 13 09:52:08 2016 +0200

    [Quick Chat] Handle when ConversationsModel activeChatIndex changes
    
    When a conversation with a new contact is opened, the chat expands automatically.
    However, if a conversation is already open, and you select the contact in the
    contact list, nothing happens. This patch fixes this.
    
    REVIEW: 128137
---
 chat/org.kde.ktp-chat/contents/ui/FullChatList.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml b/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
index bd28eaf..258c1cf 100644
--- a/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
@@ -64,6 +64,7 @@ Grid {
 
     KTp.ConversationsModel {
         id: conversationsModel
+        onActiveChatIndexChanged: base.currentIndex = activeChatIndex
     }
 
     KTpChat.HideWindowComponent {

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list