Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119493 | Differences between
and this patch

Collapse All | Expand All

(-)src/options.c (-1 / +1 lines)
Lines 716-722 static void initialise_help_options(Proj Link Here
716
#ifndef WIN32
716
#ifndef WIN32
717
    if (pd->web_browser != NULL) { free(pd->web_browser); }
717
    if (pd->web_browser != NULL) { free(pd->web_browser); }
718
    pd->web_browser = defaults_get_string(WEB_BROWSER_BINARY, DEFAULT_WEB_BROWSER);
718
    pd->web_browser = defaults_get_string(WEB_BROWSER_BINARY, DEFAULT_WEB_BROWSER);
719
    pd->help_remote_control = defaults_get_boolean(WEB_BROWSER_REMOTE, 1);
719
    pd->help_remote_control = defaults_get_boolean(WEB_BROWSER_REMOTE, 0);
720
#endif
720
#endif
721
}
721
}
722
722

Return to bug 119493