summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-08-30 21:57:47 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-08-30 21:57:47 +0000
commit98d17f19a6d901abd28f2c89975bcd5faad0f3ea (patch)
tree752955d95183b7b17853438f25fc9d3a2d198ac4 /riscos/window.c
parentc6ffb4b578aaa0fbfae9f3dd42619d7c098728ac (diff)
downloadnetsurf-98d17f19a6d901abd28f2c89975bcd5faad0f3ea.tar.gz
netsurf-98d17f19a6d901abd28f2c89975bcd5faad0f3ea.tar.bz2
[project @ 2004-08-30 21:57:47 by rjw]
Various small theme related fixes svn path=/import/netsurf/; revision=1256
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c1
1 files changed, 1 insertions, 0 deletions
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);
}