[SCM] ktp-contact-applet packaging branch, master, updated. debian/16.04.1-1-7-g7532f5a

Maximiliano Curia maxy at moszumanska.debian.org
Fri Jun 24 07:39:28 UTC 2016


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

The following commit has been merged in the master branch:
commit 2ae2d22ae92f77c5bb80bf3d8818deb89c0c909a
Author: Kai Uwe Broulik <kde at privat.broulik.de>
Date:   Tue May 24 13:27:04 2016 +0200

    [Quick Chat] Use onAccepted rather than Keys.onReturnPressed
    
    This allows pressing both Return and Enter key on a numpad
    
    REVIEW: 128000
---
 chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
index 4e802c7..0de4315 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
@@ -161,7 +161,7 @@ FocusScope {
             bottom: parent.bottom
         }
 
-        Keys.onReturnPressed: {
+        onAccepted: {
             view.model.sendNewMessage(text);
             text = "";
         }

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list