[project @ 2004-03-27 18:46:22 by bursa]

Call save_complete_init().

svn path=/import/netsurf/; revision=678
This commit is contained in:
James Bursa 2004-03-27 18:46:22 +00:00
parent 74b1c3986b
commit 16423f30fc
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ void netsurf_init(int argc, char** argv)
nsgif_init();
#endif
url_init();
save_complete_init();
}