From 04206f8032fb2dbfd87bf23b1e8a0a4c5fcb443d Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 11 Nov 2005 10:56:47 +0000 Subject: [PATCH] Fixed minor display bug with /set command --- src/common/command.c | 2 +- weechat/src/common/command.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/command.c b/src/common/command.c index ff08de4ad..93319291d 100644 --- a/src/common/command.c +++ b/src/common/command.c @@ -2323,7 +2323,7 @@ weechat_cmd_set (char *arguments) { case 0: gui_printf (NULL, "\n"); - gui_printf (NULL, "%s[%s%s %s%s]\n", + gui_printf (NULL, "%s[%s%s %s%s%s]\n", GUI_COLOR(COLOR_WIN_CHAT_DARK), GUI_COLOR(COLOR_WIN_CHAT_CHANNEL), config_sections[CONFIG_SECTION_SERVER].section_name, diff --git a/weechat/src/common/command.c b/weechat/src/common/command.c index ff08de4ad..93319291d 100644 --- a/weechat/src/common/command.c +++ b/weechat/src/common/command.c @@ -2323,7 +2323,7 @@ weechat_cmd_set (char *arguments) { case 0: gui_printf (NULL, "\n"); - gui_printf (NULL, "%s[%s%s %s%s]\n", + gui_printf (NULL, "%s[%s%s %s%s%s]\n", GUI_COLOR(COLOR_WIN_CHAT_DARK), GUI_COLOR(COLOR_WIN_CHAT_CHANNEL), config_sections[CONFIG_SECTION_SERVER].section_name,