diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-17 12:56:30 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-17 12:56:30 +0200 |
commit | 8130e6da8f7e0fb30e8cd2b1c11a66a3ec2363ac (patch) | |
tree | 7cf1a1306d165ceb138ea3c6d8bbba396e486cb2 /src/gui | |
parent | 484d0fb96eaf632ff829d399e58e6944d420646c (diff) | |
download | weechat-8130e6da8f7e0fb30e8cd2b1c11a66a3ec2363ac.zip |
Remove unneeded space between two bar items (for items glued with "+")
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui-bar-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-bar-window.c b/src/gui/gui-bar-window.c index 035160785..25aec5f65 100644 --- a/src/gui/gui-bar-window.c +++ b/src/gui/gui-bar-window.c @@ -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 { |