From 16423f30fc63b6088a896768775ae49ab19258b8 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 27 Mar 2004 18:46:22 +0000 Subject: [project @ 2004-03-27 18:46:22 by bursa] Call save_complete_init(). svn path=/import/netsurf/; revision=678 --- desktop/netsurf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/netsurf.c') 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(); } -- cgit v1.2.3