diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-23 13:27:04 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-23 13:27:04 +0100 |
commit | 255cc45bd2fa9bfa43a90c46132701b821b727a6 (patch) | |
tree | c71ca027f8894dc190dd54b0b92ff2c29412fd58 | |
parent | 2f702b74ee8c5cf8f4b02355e226d04d5758f53b (diff) | |
download | kube-255cc45bd2fa9bfa43a90c46132701b821b727a6.tar.gz kube-255cc45bd2fa9bfa43a90c46132701b821b727a6.zip |
Fixed recipient removal
-rw-r--r-- | components/kube/contents/ui/AddresseeListEditor.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/AddresseeListEditor.qml b/components/kube/contents/ui/AddresseeListEditor.qml index 91431b1e..df09449f 100644 --- a/components/kube/contents/ui/AddresseeListEditor.qml +++ b/components/kube/contents/ui/AddresseeListEditor.qml | |||
@@ -87,7 +87,7 @@ FocusScope { | |||
87 | } | 87 | } |
88 | height: Kube.Units.gridUnit | 88 | height: Kube.Units.gridUnit |
89 | width: height | 89 | width: height |
90 | onClicked: root.removed(display); | 90 | onClicked: root.removed(model.addresseeName) |
91 | padding: 0 | 91 | padding: 0 |
92 | iconName: Kube.Icons.remove | 92 | iconName: Kube.Icons.remove |
93 | } | 93 | } |