From 9b7ac77a0dc808c7e69ec275e6b0c59dca08c846 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 21 Jun 2009 22:30:50 +0200 Subject: [PATCH] Disable layout saving by default --- src/core/wee-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",