summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-08-30 21:03:48 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-08-30 21:03:48 +0000
commitbf57d852ae2ee7c647557c087cc1da95a0305cb4 (patch)
treedb5c01192a51a688da5a0b23c6421fea0fc99d9b /riscos/hotlist.c
parente1f1c5de197cb326c63994c2c488332f334b9bb9 (diff)
downloadnetsurf-bf57d852ae2ee7c647557c087cc1da95a0305cb4.tar.gz
netsurf-bf57d852ae2ee7c647557c087cc1da95a0305cb4.tar.bz2
[project @ 2004-08-30 21:03:48 by rjw]
Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
Diffstat (limited to 'riscos/hotlist.c')
-rw-r--r--riscos/hotlist.c4
1 files changed, 2 insertions, 2 deletions
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
*/