X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=config.c;h=7fe6874d1c86a1e1617a9ea0c6ae509158de6046;hp=faa9816c68e664c4bfec8c5803bb408152877b0e;hb=dbcb6cd8e6d1a12daa21a6aa17738adf026cf069;hpb=113a6246253efb7a870c019d7ba2a7c852150937 diff --git a/config.c b/config.c index faa9816..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", @@ -125,7 +125,6 @@ static int swb_config_load_option(struct swb_config *cfg, free(value); } return 1; - break; } /* Unrecognized config option */