[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:30:02 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=dd40598
The following commit has been merged in the master branch:
commit dd40598a628645656567944f5258be1ff00f63b5
Author: Albert Vaca <albertvaka at gmail.com>
Date: Tue Sep 6 10:53:01 2016 +0200
Fixed plasmoid not closing when clicked again
BUG: 364473
---
plasmoid/package/contents/ui/CompactRepresentation.qml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/plasmoid/package/contents/ui/CompactRepresentation.qml b/plasmoid/package/contents/ui/CompactRepresentation.qml
index c4edb6d..af58dcc 100644
--- a/plasmoid/package/contents/ui/CompactRepresentation.qml
+++ b/plasmoid/package/contents/ui/CompactRepresentation.qml
@@ -21,9 +21,11 @@
import QtQuick 2.1
import org.kde.plasma.core 2.0 as PlasmaCore
-Item {
+MouseArea {
id: view
+ onClicked: plasmoid.expanded = !plasmoid.expanded
+
PlasmaCore.IconItem {
id: icon
source: "kdeconnect"
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list