From 9e13c0f9a33f3f4ce08f9df937e24e686040d960 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 20 Nov 2003 00:16:31 +0000 Subject: [project @ 2003-11-20 00:16:31 by bursa] Clean up and simplify themes, remove old history code. svn path=/import/netsurf/; revision=420 --- riscos/uri.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'riscos/uri.c') diff --git a/riscos/uri.c b/riscos/uri.c index 46afa76a3..54b856151 100644 --- a/riscos/uri.c +++ b/riscos/uri.c @@ -18,7 +18,6 @@ void ro_uri_message_received(uri_full_message_process*); -extern ro_theme* current_theme; void ro_uri_message_received(uri_full_message_process* uri_message) { @@ -79,7 +78,7 @@ void ro_uri_message_received(uri_full_message_process* uri_message) browser_window_open_location(bw, uri_requested); wimp_set_caret_position(bw->window->data.browser.toolbar, - ro_theme_icon(current_theme, THEME_TOOLBAR, "TOOLBAR_URL"), + ICON_TOOLBAR_URL, 0,0,-1, (int) strlen(bw->window->url) - 1); -- cgit v1.2.3