From bf57d852ae2ee7c647557c087cc1da95a0305cb4 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 30 Aug 2004 21:03:48 +0000 Subject: [project @ 2004-08-30 21:03:48 by rjw] Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254 --- riscos/hotlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/hotlist.c') diff --git a/riscos/hotlist.c b/riscos/hotlist.c index de91fbad7..fad751306 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -25,7 +25,6 @@ #include "netsurf/riscos/gui.h" #include "netsurf/riscos/theme.h" #include "netsurf/riscos/tinct.h" -#include "netsurf/riscos/toolbar.h" #include "netsurf/riscos/wimp.h" #include "netsurf/utils/log.h" #include "netsurf/utils/messages.h" @@ -303,7 +302,8 @@ void ro_gui_hotlist_init(void) { /* Create our toolbar */ - ro_theme_create_hotlist_toolbar(); + hotlist_toolbar = ro_gui_theme_create_toolbar(NULL, THEME_HOTLIST_TOOLBAR); + ro_gui_theme_attach_toolbar(hotlist_toolbar, hotlist_window); /* Update the extent */ -- cgit v1.2.3