diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-16 12:46:34 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-16 12:46:34 +0200 |
commit | e69772b93d80b40bc379b863f6fa4783f0474f28 (patch) | |
tree | 2bb43dcec78061613ef6ca91a25760a7fbe8480e /src/core/wee-config.c | |
parent | e557fe13aff38e8de7ffd074d4228df42023fe86 (diff) | |
download | weechat-e69772b93d80b40bc379b863f6fa4783f0474f28.zip |
New defaut time format for buffer lines
Diffstat (limited to 'src/core/wee-config.c')
-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 87172694f..827ce7705 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -784,7 +784,7 @@ config_weechat_init () weechat_config_file, ptr_section, "buffer_time_format", "string", N_("time format for buffers"), - NULL, 0, 0, "[%H:%M:%S]", NULL, NULL, &config_change_buffer_time_format, NULL, NULL, NULL); + NULL, 0, 0, "%H:%M:%S", NULL, NULL, &config_change_buffer_time_format, NULL, NULL, NULL); config_look_color_nicks_number = config_file_new_option ( weechat_config_file, ptr_section, "color_nicks_number", "integer", |