summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index aa9e11d4e..ab9f3a1b0 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -599,6 +599,7 @@ void gui_quit(void)
ro_gui_global_history_save();
ro_gui_hotlist_save();
ro_gui_history_quit();
+ ro_gui_saveas_quit();
rufl_quit();
free(gui_sprites);
xwimp_close_down(task_handle);
@@ -971,7 +972,7 @@ void ro_gui_close_window_request(wimp_close *close)
/* Check for children
*/
- ro_gui_dialog_close_persistant(close->w);
+ ro_gui_dialog_close_persistent(close->w);
if (close->w == dialog_debug)
ro_gui_debugwin_close();