From b9e875dc67dbb0b2be8c04f7c9aa44a5bb4f52b7 Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Wed, 25 Aug 2010 18:01:58 -0700 Subject: [PATCH] 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. --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 1.7.9.5