summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-09 14:04:55 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-28 15:25:57 +0000
commit05a35725d19f9b5a2c8e347d638fb00dff21962f (patch)
tree394c157e32d0a990d8f2b07c1cc1fb3cc7559c54 /frontends/riscos/gui.c
parente2bad05338d5575bf485fbb509d496c5de012a64 (diff)
downloadnetsurf-05a35725d19f9b5a2c8e347d638fb00dff21962f.tar.gz
netsurf-05a35725d19f9b5a2c8e347d638fb00dff21962f.tar.bz2
Update RISC OS cookie window to use core window interface
Diffstat (limited to 'frontends/riscos/gui.c')
-rw-r--r--frontends/riscos/gui.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/frontends/riscos/gui.c b/frontends/riscos/gui.c
index 7e508a8cf..f5126f8b4 100644
--- a/frontends/riscos/gui.c
+++ b/frontends/riscos/gui.c
@@ -1277,9 +1277,6 @@ static nserror gui_init(int argc, char** argv)
/* global history window */
ro_gui_global_history_postinitialise();
- /* cookies window */
- ro_gui_cookies_postinitialise();
-
open_window = nsoption_bool(open_browser_at_startup);
/* parse command-line arguments */
@@ -1569,7 +1566,7 @@ static void gui_quit(void)
ro_gui_window_quit();
ro_gui_global_history_destroy();
ro_gui_hotlist_destroy();
- ro_gui_cookies_destroy();
+ ro_gui_cookies_finalise();
ro_gui_saveas_quit();
ro_gui_url_bar_fini();
rufl_quit();