From 8130e6da8f7e0fb30e8cd2b1c11a66a3ec2363ac Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 17 May 2009 12:56:30 +0200 Subject: [PATCH] Remove unneeded space between two bar items (for items glued with "+") --- src/gui/gui-bar-window.c | 1 + 1 file changed, 1 insertion(+) 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 {