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


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

The following commit has been merged in the master branch:
commit 25600761e77e8296f7a232117b7413afddfa338c
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue May 28 03:11:49 2013 +0100

    Do not close invalid channels
---
 chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
index 358bb48..9b77af4 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
@@ -2,7 +2,7 @@
     Copyright (C) 2012  Lasath Fernando <kde at lasath.org>
     Copyright (C) 2012 David Edmundson <kde at davidedmundson.co.uk>
     Copyright (C) 2012 Aleix Pol <aleixpol at kde.org>
-    
+
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
     License as published by the Free Software Foundation; either
@@ -30,10 +30,7 @@ FocusScope {
 
     signal closeRequested
 
-    Connections {
-        target: chatWidget.conv
-        onValidChanged: chatWidget.closeRequested()
-    }
+    onFocusChanged: input.focus = true
 
     Item {
         id: titleArea
@@ -161,7 +158,7 @@ FocusScope {
         section.property: "senderAlias"
         section.delegate: PlasmaComponents.Label { text: section; font.bold: true; anchors.right: parent.right}
         clip: true
-        
+
         //we need this so that scrolling down to the last element works properly
         //this means that all the list is in memory
         cacheBuffer: contentHeight

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list