summaryrefslogtreecommitdiff
path: root/riscos/uri.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-11-20 00:16:31 +0000
committerJames Bursa <james@netsurf-browser.org>2003-11-20 00:16:31 +0000
commit9e13c0f9a33f3f4ce08f9df937e24e686040d960 (patch)
treebb3d5dfa1c0e1ce2b88e2df824e12e28ff96c078 /riscos/uri.c
parent9472e0c668e69a6a636a321fb15826ab0a797d62 (diff)
downloadnetsurf-9e13c0f9a33f3f4ce08f9df937e24e686040d960.tar.gz
netsurf-9e13c0f9a33f3f4ce08f9df937e24e686040d960.tar.bz2
[project @ 2003-11-20 00:16:31 by bursa]
Clean up and simplify themes, remove old history code. svn path=/import/netsurf/; revision=420
Diffstat (limited to 'riscos/uri.c')
-rw-r--r--riscos/uri.c3
1 files changed, 1 insertions, 2 deletions
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);