[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:19:41 UTC 2016


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

The following commit has been merged in the master branch:
commit d5501d7e5b42db35d3ebe5a6a2827260a8166ead
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Feb 26 17:23:54 2015 +0100

    [contactlist] Clear the filter after starting a chat
---
 contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
index 51053fd..9b8e71a 100644
--- a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
+++ b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
@@ -108,6 +108,7 @@ Item {
                 onClicked: {
                     plasmoid.expanded = false;
                     telepathyManager.startChat(model.account, model.contact, "org.freedesktop.Telepathy.Client.KTp.chatPlasmoid");
+                    filterLineEdit.text = "";
                 }
                 MouseArea {
                     anchors.fill: parent

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list