summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/window.c b/riscos/window.c
index af3365a95..071b7acca 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -1149,7 +1149,7 @@ static void gui_window_new_content(struct gui_window *g)
ro_gui_menu_refresh(ro_gui_browser_window_menu);
ro_gui_window_update_toolbar_buttons(g);
ro_gui_dialog_close_persistent(g->window);
- ro_toolbar_set_content_favicon(g->toolbar, g->bw->current_content);
+ ro_toolbar_set_content_favicon(g->toolbar, g);
}