summaryrefslogtreecommitdiff
path: root/desktop/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/hotlist.c')
-rw-r--r--desktop/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 055de3af8..adc9e5f8f 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -189,7 +189,7 @@ bool hotlist_initialise(struct tree *tree, const char *hotlist_path,
*/
unsigned int hotlist_get_tree_flags(void)
{
- return TREE_MOVABLE;
+ return TREE_MOVABLE | TREE_HOTLIST;
}