summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/People.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/qml/People.qml b/framework/qml/People.qml
index d51c9d80..e8a4fca3 100644
--- a/framework/qml/People.qml
+++ b/framework/qml/People.qml
@@ -32,6 +32,11 @@ Kube.Popup {
32 property var currentContact 32 property var currentContact
33 33
34 modal: true 34 modal: true
35 onVisibleChanged: {
36 if (visible) {
37 Kube.Fabric.postMessage(Kube.Messages.synchronize, {"type": "contacts"});
38 }
39 }
35 40
36 Item { 41 Item {
37 id: peopleRoot 42 id: peopleRoot