summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/global_history.c')
-rw-r--r--desktop/global_history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/global_history.c b/desktop/global_history.c
index 5196c1692..e5326c60f 100644
--- a/desktop/global_history.c
+++ b/desktop/global_history.c
@@ -711,7 +711,8 @@ nserror global_history_init(struct core_window_callback_table *cw_t,
/* Create the global history treeview */
err = treeview_create(&gh_ctx.tree, &tree_cb_t,
N_FIELDS, gh_ctx.fields,
- cw_t, core_window_handle);
+ cw_t, core_window_handle,
+ TREEVIEW_NO_MOVES);
if (err != NSERROR_OK) {
gh_ctx.tree = NULL;
return err;