--- src/options.c 2006/01/18 23:14:46 1.3 +++ src/options.c 2006/01/18 23:14:52 @@ -716,7 +716,7 @@ static void initialise_help_options(Proj #ifndef WIN32 if (pd->web_browser != NULL) { free(pd->web_browser); } pd->web_browser = defaults_get_string(WEB_BROWSER_BINARY, DEFAULT_WEB_BROWSER); - pd->help_remote_control = defaults_get_boolean(WEB_BROWSER_REMOTE, 1); + pd->help_remote_control = defaults_get_boolean(WEB_BROWSER_REMOTE, 0); #endif }