From 35eb251244ee360cedef6ec1143e65b59da604a8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 17 Oct 2012 14:20:18 +0100 Subject: Fix "error setting certificate verify locations" problem when the Choices file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak. --- monkey/main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'monkey') diff --git a/monkey/main.c b/monkey/main.c index 45be754e1..03421ef03 100644 --- a/monkey/main.c +++ b/monkey/main.c @@ -91,6 +91,12 @@ static void quit_handler(int argc, char **argv) netsurf_quit = true; } +/* Documented in desktop/options.h */ +void gui_options_init_defaults(void) +{ + /* Set defaults for absent option strings */ +} + int main(int argc, char **argv) { -- cgit v1.2.3