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


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

The following commit has been merged in the master branch:
commit 3e966b237a7306acff370afa2a141620625244fc
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Mar 29 01:35:58 2013 +0100

    Insist in setting the focus in the input field
    
    Otherwise when we re-open the dialog, sometimes the focus is lost.
---
 chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
index fa2e6e5..69e0cfa 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
@@ -30,9 +30,7 @@ FocusScope {
 
     signal closeRequested
 
-    onFocusChanged: if(focus) {
-        input.focus = true
-    }
+    onFocusChanged: input.focus = true
 
     Item {
         id: titleArea

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list