diff options
Diffstat (limited to 'framework/qml/People.qml')
-rw-r--r-- | framework/qml/People.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/qml/People.qml b/framework/qml/People.qml index 7f36193e..f4285f24 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml | |||
@@ -30,12 +30,6 @@ Item { | |||
30 | 30 | ||
31 | property var currentContact | 31 | property var currentContact |
32 | 32 | ||
33 | onVisibleChanged: { | ||
34 | if (visible) { | ||
35 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"type": "contacts"}); | ||
36 | } | ||
37 | } | ||
38 | |||
39 | Item { | 33 | Item { |
40 | id: peopleRoot | 34 | id: peopleRoot |
41 | 35 | ||