summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-03 11:19:16 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-03 11:19:16 +0100
commitc010535fbe85841f096c90128ea29016e770fc56 (patch)
treea444cfcaac06f8c1f537b4c048d5d1bd653bb2a0 /desktop/global_history.c
parent4313d4c4ec8bc45886f0ace9bdfea3f529ba433d (diff)
downloadnetsurf-c010535fbe85841f096c90128ea29016e770fc56.tar.gz
netsurf-c010535fbe85841f096c90128ea29016e770fc56.tar.bz2
Add treeview behaviour flags.
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;