diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-21 22:30:50 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-21 22:30:50 +0200 |
commit | 9b7ac77a0dc808c7e69ec275e6b0c59dca08c846 (patch) | |
tree | e6f629cd9603aa765aff918fe2ef003d6ac6054b /src | |
parent | fdcbc8e585a30a9baa4fb1de7f23aa950b77ed08 (diff) | |
download | weechat-9b7ac77a0dc808c7e69ec275e6b0c59dca08c846.zip |
Disable layout saving by default
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index e853fada5..0a1be7c8c 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -1397,7 +1397,7 @@ config_weechat_init_options () weechat_config_file, ptr_section, "save_layout_on_exit", "integer", N_("save layout on exit (buffers, windows, or both)"), - "none|buffers|windows|all", 0, 0, "all", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); + "none|buffers|windows|all", 0, 0, "none", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); config_look_scroll_amount = config_file_new_option ( weechat_config_file, ptr_section, "scroll_amount", "integer", |