summaryrefslogtreecommitdiff
path: root/riscos/about.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-02-17 23:38:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-02-17 23:38:44 +0000
commit36bb869ae4d65ec7c61dedc6c3577ebc24ef3808 (patch)
treeaaf67ef58e79e6ea7833e7e8ceb832c2b32cdd23 /riscos/about.c
parent915209b0e09b5894dbe3b6624ce43abe678963d4 (diff)
downloadnetsurf-36bb869ae4d65ec7c61dedc6c3577ebc24ef3808.tar.gz
netsurf-36bb869ae4d65ec7c61dedc6c3577ebc24ef3808.tar.bz2
[project @ 2004-02-17 23:38:44 by jmb]
Improve save_complete. Add missing #ifdef to about.c. svn path=/import/netsurf/; revision=559
Diffstat (limited to 'riscos/about.c')
-rw-r--r--riscos/about.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/riscos/about.c b/riscos/about.c
index db28a1c32..cfec2733a 100644
--- a/riscos/about.c
+++ b/riscos/about.c
@@ -2,7 +2,7 @@
* This file is part of NetSurf, http://netsurf.sourceforge.net/
* Licensed under the GNU General Public License,
* http://www.opensource.org/licenses/gpl-license
- * Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
+ * Copyright 2003,4 John M Bell <jmb202@ecs.soton.ac.uk>
*/
/** \file
@@ -335,7 +335,9 @@ void cookie_create(void) {
void about_quit(void) {
xosfile_delete("<Wimp$ScrapDir>.WWW.NetSurf.About", 0, 0, 0, 0, 0);
+#ifdef WITH_COOKIES
xosfile_delete("<Wimp$ScrapDir>.WWW.NetSurf.Cookies", 0, 0, 0, 0, 0);
+#endif
}
#endif