diff options
Diffstat (limited to 'src/gui/gui-chat.c')
-rw-r--r-- | src/gui/gui-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-chat.c b/src/gui/gui-chat.c index 18c982bfa..c3b8e0340 100644 --- a/src/gui/gui-chat.c +++ b/src/gui/gui-chat.c @@ -579,7 +579,7 @@ gui_chat_line_free (struct t_gui_buffer *buffer, struct t_gui_line *line) { ptr_win->start_line = ptr_win->start_line->next_line; ptr_win->start_line_pos = 0; - ptr_win->buffer->chat_refresh_needed = 1; + ptr_win->buffer->chat_refresh_needed = 2; gui_status_refresh_needed = 1; } } |