1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

Fixed minor display bug with options help

This commit is contained in:
Sebastien Helleu
2005-11-09 14:17:27 +00:00
parent 1f363eeb24
commit b3018f8ae7
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -2490,7 +2490,6 @@ weechat_cmd_set (char *arguments)
gui_printf (NULL, "\n");
gui_printf (NULL, _("%sDetail:\n"),
GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
gui_printf (NULL, GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
switch (weechat_options[last_section][last_option].option_type)
{
case OPTION_TYPE_BOOLEAN:
-1
View File
@@ -2490,7 +2490,6 @@ weechat_cmd_set (char *arguments)
gui_printf (NULL, "\n");
gui_printf (NULL, _("%sDetail:\n"),
GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
gui_printf (NULL, GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
switch (weechat_options[last_section][last_option].option_type)
{
case OPTION_TYPE_BOOLEAN: