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

fset: fix fset.color.help_description not applying

This commit is contained in:
Nathaniel Evan
2023-07-27 14:16:55 +07:00
committed by Sébastien Helleu
parent e5948b0d44
commit e0e839e7cc
+1 -1
View File
@@ -207,7 +207,7 @@ fset_bar_item_fset_cb (const void *pointer, void *data,
_("%s%s%s: %s %s[%s%s]%s"),
weechat_color (weechat_config_string (fset_config_color_help_name)),
ptr_fset_option->name,
weechat_color ("bar_fg"),
weechat_color (weechat_config_string (fset_config_color_help_description)),
(ptr_fset_option->description && ptr_fset_option->description[0]) ?
_(ptr_fset_option->description) : _("(no description)"),
weechat_color ("bar_delim"),