1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

Fixed hotlist when exiting search mode: current buffer is removed from hotlist

This commit is contained in:
Sebastien Helleu
2007-06-05 21:31:43 +00:00
parent 162565466e
commit 8affe52ee4
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -1184,6 +1184,7 @@ gui_buffer_search_stop (t_gui_window *window)
}
window->start_line = NULL;
window->start_line_pos = 0;
hotlist_remove_buffer (window->buffer);
gui_chat_draw (window->buffer, 0);
gui_status_draw (window->buffer, 1);
gui_input_draw (window->buffer, 1);