From 06a6a902c6e48ced47157ab57ffa3e3c1d410398 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Tue, 8 Feb 2005 23:37:41 +0000 Subject: [project @ 2005-02-08 23:37:41 by rjw] Give global history some functionality svn path=/import/netsurf/; revision=1508 --- riscos/hotlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/hotlist.c') diff --git a/riscos/hotlist.c b/riscos/hotlist.c index fa3ed7c77..cdcf9960b 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -133,6 +133,7 @@ void ro_gui_hotlist_initialise(void) { } if (!hotlist_tree) return; hotlist_tree->handle = (int)hotlist_window; + hotlist_tree->movable = true; /* Create our toolbar */ -- cgit v1.2.3