summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-28 16:14:19 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-28 16:14:19 +0000
commit96e073a29777bbe927f0bc7187f7032d3f51e68b (patch)
treea74404287ae531793095126a3499f2d4d34c98fe /frontends/riscos/gui.c
parent770c277ccc182f504be0a316390d59c05a59e041 (diff)
parentaf6139bcb5845d4cdbc852b113ac8fabcee29097 (diff)
downloadnetsurf-96e073a29777bbe927f0bc7187f7032d3f51e68b.tar.gz
netsurf-96e073a29777bbe927f0bc7187f7032d3f51e68b.tar.bz2
Merge branch 'vince/ro-corewindow'
Conflicts: frontends/riscos/sslcert.h
Diffstat (limited to 'frontends/riscos/gui.c')
-rw-r--r--frontends/riscos/gui.c18
1 files changed, 3 insertions, 15 deletions
diff --git a/frontends/riscos/gui.c b/frontends/riscos/gui.c
index 92268e3b8..3ac9d4aa9 100644
--- a/frontends/riscos/gui.c
+++ b/frontends/riscos/gui.c
@@ -1268,18 +1268,6 @@ static nserror gui_init(int argc, char** argv)
/* Finally, check Inet$Resolvers for sanity */
ro_gui_check_resolvers();
- /* certificate verification window */
- ro_gui_cert_postinitialise();
-
- /* hotlist window */
- ro_gui_hotlist_postinitialise();
-
- /* 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 */
@@ -1567,9 +1555,9 @@ static void gui_quit(void)
urldb_save_cookies(nsoption_charp(cookie_jar));
urldb_save(nsoption_charp(url_save));
ro_gui_window_quit();
- ro_gui_global_history_destroy();
- ro_gui_hotlist_destroy();
- ro_gui_cookies_destroy();
+ ro_gui_global_history_finalise();
+ ro_gui_hotlist_finalise();
+ ro_gui_cookies_finalise();
ro_gui_saveas_quit();
ro_gui_url_bar_fini();
rufl_quit();