diff options
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/FolderListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/FolderListView.qml b/framework/qml/FolderListView.qml index 5e2f41fc..ece6f280 100644 --- a/framework/qml/FolderListView.qml +++ b/framework/qml/FolderListView.qml | |||
@@ -39,7 +39,7 @@ Kube.TreeView { | |||
39 | 39 | ||
40 | onActivated: { | 40 | onActivated: { |
41 | //TODO do some event compression in case of double clicks | 41 | //TODO do some event compression in case of double clicks |
42 | model.fetchMore(currentIndex); | 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)}); | 45 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"folder": model.data(index, Kube.FolderListModel.DomainObject)}); |