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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user