summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-02-27 12:56:18 +0100
committerSebastien Helleu <flashcode@flashtux.org>2009-02-27 12:56:18 +0100
commitce8100278b3bc7e1b2d884e58273baf896a1c750 (patch)
tree7c43e37957239b8c5c3b35b1bd740950a18c91a1 /src
parent8cc03f939d4abc0149e2c3d402e1e1b3e09e8dd1 (diff)
downloadweechat-ce8100278b3bc7e1b2d884e58273baf896a1c750.zip
Add missing refreshs when creating/deleting bars
Diffstat (limited to 'src')
-rw-r--r--src/gui/gui-bar-window.c3
1 files changed, 3 insertions, 0 deletions
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);
}
/*