1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

Fixed minor display bug with /set command

This commit is contained in:
Sebastien Helleu
2005-11-11 10:56:47 +00:00
parent 54a5f181b5
commit 04206f8032
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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,