summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-03-05 01:42:16 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-03-05 01:42:16 +0000
commita4263fd8d682720462434e620509b2c555fa86be (patch)
tree8d2bc95a6211b4c1ddd67b309fb2940903bfec43 /riscos/theme.c
parentd478d7ef08f51564ba1c88e2c1a560c0d9508197 (diff)
downloadnetsurf-a4263fd8d682720462434e620509b2c555fa86be.tar.gz
netsurf-a4263fd8d682720462434e620509b2c555fa86be.tar.bz2
[project @ 2006-03-05 01:42:16 by rjw]
Show unknown content icon in theme configuration toolbars. svn path=/import/netsurf/; revision=2109
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index abc7aedca..eebdb8b2b 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -626,6 +626,7 @@ void ro_gui_theme_redraw(wimp_draw *redraw) {
g = ro_gui_toolbar_lookup(toolbar->toolbar_handle);
/* only set type for browser windows */
+ sprintf(theme_favicon_sprite, "Ssmall_xxx");
if (g) {
assert(toolbar->type == THEME_BROWSER_TOOLBAR);
assert(g->bw);
@@ -635,8 +636,6 @@ void ro_gui_theme_redraw(wimp_draw *redraw) {
g->bw->current_content->type));
if (!ro_gui_wimp_sprite_exists(theme_favicon_sprite + 1))
sprintf(theme_favicon_sprite, "Ssmall_xxx");
- } else {
- sprintf(theme_favicon_sprite, "Ssmall_xxx");
}
}