From ce8100278b3bc7e1b2d884e58273baf896a1c750 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 27 Feb 2009 12:56:18 +0100 Subject: [PATCH] Add missing refreshs when creating/deleting bars --- src/gui/gui-bar-window.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/gui-bar-window.c b/src/gui/gui-bar-window.c index e702ac60b..f6b1ddc23 100644 --- a/src/gui/gui-bar-window.c +++ b/src/gui/gui-bar-window.c @@ -750,6 +750,7 @@ gui_bar_window_new (struct t_gui_bar *bar, struct t_gui_window *window) { gui_bar_window_calculate_pos_size (new_bar_window, window); gui_bar_window_create_win (new_bar_window); + gui_window_ask_refresh (1); } return 1; @@ -911,6 +912,8 @@ gui_bar_window_free (struct t_gui_bar_window *bar_window, free (bar_window->gui_objects); free (bar_window); + + gui_window_ask_refresh (1); } /*