summaryrefslogtreecommitdiff
path: root/frontends/riscos/window.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-27 11:45:18 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-28 15:26:02 +0000
commit72d3bec792c614783d6333267852675f14f7bf94 (patch)
treef1c71b902116584850d43b28232d769d864f5ecb /frontends/riscos/window.c
parentaf3a78060fc18d1544b0d411d2d7584fcac9f3df (diff)
downloadnetsurf-72d3bec792c614783d6333267852675f14f7bf94.tar.gz
netsurf-72d3bec792c614783d6333267852675f14f7bf94.tar.bz2
Update RISC OS global history to use core window interface
Diffstat (limited to 'frontends/riscos/window.c')
-rw-r--r--frontends/riscos/window.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/riscos/window.c b/frontends/riscos/window.c
index 569860ea6..3e84846a3 100644
--- a/frontends/riscos/window.c
+++ b/frontends/riscos/window.c
@@ -1953,7 +1953,7 @@ bool ro_gui_window_handle_local_keypress(struct gui_window *g, wimp_key *key,
case IS_WIMP_KEY + wimp_KEY_CONTROL + wimp_KEY_F7:
/* Show global history */
- ro_gui_global_history_open();
+ ro_gui_global_history_present();
return true;
case IS_WIMP_KEY + wimp_KEY_F8: /* View source */
@@ -2696,7 +2696,7 @@ bool ro_gui_window_menu_select(wimp_w w, wimp_i i, wimp_menu *menu,
ro_gui_window_action_local_history(g);
break;
case HISTORY_SHOW_GLOBAL:
- ro_gui_global_history_open();
+ ro_gui_global_history_present();
break;
/* hotlist actions */
@@ -3607,7 +3607,7 @@ void ro_gui_window_toolbar_click(void *data,
break;
case TOOLBAR_BUTTON_HISTORY_GLOBAL:
- ro_gui_global_history_open();
+ ro_gui_global_history_present();
break;
case TOOLBAR_BUTTON_HOME: