summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-12-21 14:05:55 +0100
committerOle Loots <ole@monochrom.net>2012-12-21 14:05:55 +0100
commit858b8a5a0ad13be8ca57e76c34e1a1bbe993fb07 (patch)
tree587b8906ac01adbee9349940defc8e6b7a7892d0 /atari
parent15f8a056d5daca0600fbb11485060ac3337ffebe (diff)
downloadnetsurf-858b8a5a0ad13be8ca57e76c34e1a1bbe993fb07.tar.gz
netsurf-858b8a5a0ad13be8ca57e76c34e1a1bbe993fb07.tar.bz2
HTML Choices editing works now, but it still requires
some authentication token to be generated to make it secure.
Diffstat (limited to 'atari')
-rwxr-xr-xatari/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/atari/gui.c b/atari/gui.c
index c2158e05e..210f0af69 100755
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -795,7 +795,8 @@ void gui_quit(void)
browser_window_destroy(gw->browser->bw);
gw = tmp;
}
-
+
+ nsoption_write(options);
global_history_destroy();
hotlist_destroy();
toolbar_exit();