[project @ 2004-03-13 13:03:01 by bursa]
Disable clean_cookiejar() due to reliability problems. svn path=/import/netsurf/; revision=612
This commit is contained in:
parent
cdb5b9dcac
commit
5a7d38ea9f
|
@ -87,8 +87,5 @@ void netsurf_exit(void)
|
|||
{
|
||||
cache_quit();
|
||||
fetch_quit();
|
||||
#ifdef WITH_COOKIES
|
||||
clean_cookiejar();
|
||||
#endif
|
||||
gui_quit();
|
||||
}
|
||||
|
|
|
@ -525,9 +525,6 @@ void ro_gui_close_window_request(wimp_close *close)
|
|||
, true
|
||||
#endif
|
||||
);
|
||||
#ifdef WITH_COOKIES
|
||||
clean_cookiejar();
|
||||
#endif
|
||||
} else
|
||||
ro_gui_dialog_close(close->w);
|
||||
}
|
||||
|
|
|
@ -735,9 +735,6 @@ bool ro_gui_window_keypress(gui_window *g, int key, bool toolbar)
|
|||
, true
|
||||
#endif
|
||||
);
|
||||
#ifdef WITH_COOKIES
|
||||
clean_cookiejar();
|
||||
#endif
|
||||
return true;
|
||||
#ifdef WITH_SAVE_COMPLETE
|
||||
case wimp_KEY_SHIFT + wimp_KEY_F3:
|
||||
|
|
Loading…
Reference in New Issue