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


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

The following commit has been merged in the master branch:
commit 6ea1c9e9d9cc0c1a8899070ec74d2a8369f3a64b
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sat Apr 12 21:37:20 2014 +0200

    Adapt to changes to the new activated signal in plasmaquick
---
 chat/org.kde.ktp-chat/contents/ui/main.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/main.qml b/chat/org.kde.ktp-chat/contents/ui/main.qml
index 164557e..3c40d29 100644
--- a/chat/org.kde.ktp-chat/contents/ui/main.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/main.qml
@@ -7,5 +7,5 @@ QtObject
     Plasmoid.switchHeight: 0
     Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation
     Plasmoid.fullRepresentation: FullChatList {}
-    Plasmoid.onExpandedChanged: Plasmoid.fullRepresentationItem.activate()
+    Plasmoid.onActivated: Plasmoid.fullRepresentationItem.activate()
 }

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list