From: Steven Luo Date: Thu, 26 Aug 2010 01:01:58 +0000 (-0700) Subject: Make continuous mode operation the default X-Git-Tag: v3.3b2~22 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=b9e875dc67dbb0b2be8c04f7c9aa44a5bb4f52b7 Make continuous mode operation the default Continuous mode is better-tested at this point, and the ~100 KB memory footprint isn't an issue on Maemo devices. Moreover, a full fix for bug 5910 (listen on D-Bus system bus as well as session bus) on Fremantle requires continuous mode. --- diff --git a/config.c b/config.c index 35f3d20..7fe6874 100644 --- a/config.c +++ b/config.c @@ -39,7 +39,7 @@ struct swb_config_option swb_config_options[] = { /* Browser Switchboard configuration defaults */ static struct swb_config swb_config_defaults = { .flags = SWB_CONFIG_INITIALIZED, - .continuous_mode = 0, + .continuous_mode = 1, .default_browser = "microb", .other_browser_cmd = NULL, .logging = "stdout",