summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-16 20:01:58 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-16 20:01:58 +0100
commit7bd57563e1e31b02d7ca022d47efb12cafc4fc03 (patch)
tree11bfa6e611118d5259b3e84577d589be67d4db34
parent5f4c624c5b0cdc71029b794c6ece5b566070c715 (diff)
downloadnetsurf-7bd57563e1e31b02d7ca022d47efb12cafc4fc03.tar.gz
netsurf-7bd57563e1e31b02d7ca022d47efb12cafc4fc03.tar.bz2
Set appropriate treeview flags.
-rw-r--r--desktop/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 3c27ab177..8a1c692f7 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -849,7 +849,7 @@ nserror hotlist_init(struct core_window_callback_table *cw_t,
err = treeview_create(&hl_ctx.tree, &hl_tree_cb_t,
HL_N_FIELDS, hl_ctx.fields,
cw_t, core_window_handle,
- TREEVIEW_NO_MOVES | TREEVIEW_DEL_EMPTY_DIRS);
+ TREEVIEW_NO_FLAGS);
if (err != NSERROR_OK) {
hl_ctx.tree = NULL;
return err;