1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

core: set default value "merged" for option weechat.look.hotlist_remove

This commit is contained in:
Sébastien Helleu
2014-06-11 07:59:57 +02:00
parent 4151fa234e
commit eac52b9931
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2358,7 +2358,7 @@ config_weechat_init_options ()
N_("remove buffers in hotlist: buffer = remove buffer by buffer, "
"merged = remove all visible merged buffers at once"),
"buffer|merged",
0, 0, "buffer", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
0, 0, "merged", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
config_look_hotlist_short_names = config_file_new_option (
weechat_config_file, ptr_section,
"hotlist_short_names", "boolean",