1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

Fix infinite loop when chat window is too small or not visible at all

This commit is contained in:
Sebastien Helleu
2008-11-11 11:03:11 +01:00
parent cecc1f9ea7
commit 0c68d46f3b
2 changed files with 30 additions and 21 deletions
-1
View File
@@ -371,7 +371,6 @@ gui_buffer_new (struct t_weechat_plugin *plugin,
gui_current_window->first_line_displayed = 1;
gui_current_window->start_line = NULL;
gui_current_window->start_line_pos = 0;
gui_window_calculate_pos_size (gui_current_window);
gui_window_switch_to_buffer (gui_current_window, new_buffer, 0);
}