summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-03-27 18:46:22 +0000
committerJames Bursa <james@netsurf-browser.org>2004-03-27 18:46:22 +0000
commit16423f30fc63b6088a896768775ae49ab19258b8 (patch)
treedc2279c31b5165ed07e11bfbfc9aa58c526c5719 /desktop/netsurf.c
parent74b1c3986bf046e8bfa6bed061ab524bc96dc7e5 (diff)
downloadnetsurf-16423f30fc63b6088a896768775ae49ab19258b8.tar.gz
netsurf-16423f30fc63b6088a896768775ae49ab19258b8.tar.bz2
[project @ 2004-03-27 18:46:22 by bursa]
Call save_complete_init(). svn path=/import/netsurf/; revision=678
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index b9d815702..2cbdc6916 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -64,6 +64,7 @@ void netsurf_init(int argc, char** argv)
nsgif_init();
#endif
url_init();
+ save_complete_init();
}