summaryrefslogtreecommitdiffstats
path: root/framework/qml/FolderListView.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-09 15:36:50 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-11 22:05:01 +0200
commit52f266ecbd34ce298a4bce93992ffbb631ae90f8 (patch)
treef88a5ee9ed73ab4e1198922b11ef686aa1b2cd38 /framework/qml/FolderListView.qml
parent8cc06cd3f333e2e0152a931103d8bd1c9d7e8cd1 (diff)
downloadkube-52f266ecbd34ce298a4bce93992ffbb631ae90f8.tar.gz
kube-52f266ecbd34ce298a4bce93992ffbb631ae90f8.zip
Centralized synchronization calls
Diffstat (limited to 'framework/qml/FolderListView.qml')
-rw-r--r--framework/qml/FolderListView.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/FolderListView.qml b/framework/qml/FolderListView.qml
index ece6f280..25c6cbe5 100644
--- a/framework/qml/FolderListView.qml
+++ b/framework/qml/FolderListView.qml
@@ -42,7 +42,6 @@ Kube.TreeView {
42 model.fetchMore(index); 42 model.fetchMore(index);
43 Kube.Fabric.postMessage(Kube.Messages.folderSelection, {"folder": model.data(index, Kube.FolderListModel.DomainObject), 43 Kube.Fabric.postMessage(Kube.Messages.folderSelection, {"folder": model.data(index, Kube.FolderListModel.DomainObject),
44 "trash": model.data(index, Kube.FolderListModel.Trash)}); 44 "trash": model.data(index, Kube.FolderListModel.Trash)});
45 Kube.Fabric.postMessage(Kube.Messages.synchronize, {"folder": model.data(index, Kube.FolderListModel.DomainObject)});
46 } 45 }
47 46
48 47