mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 11:43:13 +02:00
Remove argument "switch_to_another" for function gui_buffer_close()
This commit is contained in:
@@ -343,7 +343,7 @@ gui_main_end (int clean_exit)
|
||||
/* delete all buffers */
|
||||
while (gui_buffers)
|
||||
{
|
||||
gui_buffer_close (gui_buffers, 0);
|
||||
gui_buffer_close (gui_buffers);
|
||||
}
|
||||
|
||||
gui_ok = 0;
|
||||
|
||||
Reference in New Issue
Block a user