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


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

The following commit has been merged in the master branch:
commit 259f19d0d914513552b9d53898b0efe80f4bf0da
Author: Lasath Fernando <kde at lasath.org>
Date:   Wed Feb 15 09:06:49 2012 +1100

    Make popup stay visible even after it looses focus.
    
    Will add an option to make it dissapear again (properly) later.
    
    CCBUG: 293984
    REVIEW: 103992
---
 chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml | 3 ++-
 1 file changed, 2 insertions(+), 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 ef9a3f6..740cb34 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
@@ -191,7 +191,8 @@ Item {
 
     PlasmaWidgets.LineEdit {
         id: input
-
+        //FIXME: replace with Plasma Component and focus
+//         focus: true
 
         anchors.left: parent.left; anchors.right: parent.right
         anchors.bottom: parent.bottom

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list