From b3018f8ae75b67e90728ebac51ffd61061bacb5e Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 9 Nov 2005 14:17:27 +0000 Subject: [PATCH] Fixed minor display bug with options help --- src/common/command.c | 1 - weechat/src/common/command.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/common/command.c b/src/common/command.c index 0077b70a9..ff08de4ad 100644 --- a/src/common/command.c +++ b/src/common/command.c @@ -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: diff --git a/weechat/src/common/command.c b/weechat/src/common/command.c index 0077b70a9..ff08de4ad 100644 --- a/weechat/src/common/command.c +++ b/weechat/src/common/command.c @@ -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: