1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

Fixed bug with status bar (missing refresh) when closing a buffer

This commit is contained in:
Sebastien Helleu
2007-01-01 20:48:14 +00:00
parent 37e4e1f011
commit 3e2349481c
4 changed files with 6 additions and 0 deletions
+2
View File
@@ -545,6 +545,8 @@ gui_buffer_free (t_gui_buffer *buffer, int switch_to_another)
if (!gui_buffers && create_new && switch_to_another)
(void) gui_buffer_new (gui_windows, NULL, NULL,
BUFFER_TYPE_STANDARD, 1);
gui_status_draw (gui_current_window->buffer, 1);
}
/*