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

Remove unneeded space between two bar items (for items glued with "+")

This commit is contained in:
Sebastien Helleu
2009-05-17 12:56:30 +02:00
parent 484d0fb96e
commit 8130e6da8f
+1
View File
@@ -499,6 +499,7 @@ gui_bar_window_content_get_with_filling (struct t_gui_bar_window *bar_window,
content_length += strlen ((item_value) ?
item_value : ptr_content);
content = strdup ((item_value) ? item_value : ptr_content);
first_sub_item = 0;
}
else
{