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


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

The following commit has been merged in the master branch:
commit afc97a65f78c7f7167e55cec6dd94b9b4fa77b21
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Feb 21 01:41:22 2013 +0100

    Clean up the code now that we sorted out the conversation closing
    
    Don't request to close the conversation, it will be removed from
    the model anyway
    
    CCBUG: 308130
    
    Take advantage of the last
---
 chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
index 7924ad2..37c6991 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
@@ -106,10 +106,7 @@ FocusScope {
 
             iconSource: "view-conversation-balloon"
 
-            onClicked: {
-                conv.delegateToProperClient();
-                closeRequested();
-            }
+            onClicked: conv.delegateToProperClient()
         }
 
         PlasmaComponents.ToolButton {
@@ -123,10 +120,7 @@ FocusScope {
 
             iconSource: "dialog-close"
 
-            onClicked: {
-                conv.requestClose()
-                closeRequested()
-            }
+            onClicked: conv.requestClose()
         }
     }
 

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list