From 962b3dd828add172d1eafbd1c0c42e3621c4d0d9 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 9 Jul 2004 17:03:35 +0000 Subject: [project @ 2004-07-09 17:03:34 by rjw] Tidier hotlist code. URL normalisation. Redraw uses Tinct. svn path=/import/netsurf/; revision=1063 --- desktop/netsurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 96745b989..f98c5ab29 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -70,11 +70,11 @@ void netsurf_init(int argc, char** argv) utsname.version, utsname.machine)); lib_init(); + url_init(); gui_init(argc, argv); setlocale(LC_ALL, ""); fetch_init(); fetchcache_init(); - url_init(); } -- cgit v1.2.3