summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-26 13:22:42 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-28 15:26:02 +0000
commitaf3a78060fc18d1544b0d411d2d7584fcac9f3df (patch)
tree7518a92d9db7edb853751d1586c80b1b01f718e0 /frontends/riscos/gui.c
parent05a35725d19f9b5a2c8e347d638fb00dff21962f (diff)
downloadnetsurf-af3a78060fc18d1544b0d411d2d7584fcac9f3df.tar.gz
netsurf-af3a78060fc18d1544b0d411d2d7584fcac9f3df.tar.bz2
Update RISC OS hotlist 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 f5126f8b4..4834396d6 100644
--- a/frontends/riscos/gui.c
+++ b/frontends/riscos/gui.c
@@ -1271,9 +1271,6 @@ static nserror gui_init(int argc, char** argv)
/* certificate verification window */
ro_gui_cert_postinitialise();
- /* hotlist window */
- ro_gui_hotlist_postinitialise();
-
/* global history window */
ro_gui_global_history_postinitialise();
@@ -1565,7 +1562,7 @@ static void gui_quit(void)
urldb_save(nsoption_charp(url_save));
ro_gui_window_quit();
ro_gui_global_history_destroy();
- ro_gui_hotlist_destroy();
+ ro_gui_hotlist_finalise();
ro_gui_cookies_finalise();
ro_gui_saveas_quit();
ro_gui_url_bar_fini();