From 98d17f19a6d901abd28f2c89975bcd5faad0f3ea Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 30 Aug 2004 21:57:47 +0000 Subject: [project @ 2004-08-30 21:57:47 by rjw] Various small theme related fixes svn path=/import/netsurf/; revision=1256 --- riscos/window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/window.c') diff --git a/riscos/window.c b/riscos/window.c index f6dce705d..627dce54d 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -792,6 +792,7 @@ void ro_gui_window_update_theme(void) { ro_gui_theme_destroy_toolbar(hotlist_toolbar); hotlist_toolbar = NULL; } + ro_gui_theme_attach_toolbar(hotlist_toolbar, hotlist_window); xwimp_force_redraw(hotlist_window, 0, -16384, 16384, 16384); } -- cgit v1.2.3