mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
Remove argument "switch_to_another" for function gui_buffer_close()
This commit is contained in:
@@ -486,7 +486,7 @@ script_remove (struct t_weechat_plugin *weechat_plugin,
|
||||
if (next_script_callback->buffer != ptr_script_callback->buffer)
|
||||
break;
|
||||
}
|
||||
weechat_buffer_close (ptr_script_callback->buffer, 1);
|
||||
weechat_buffer_close (ptr_script_callback->buffer);
|
||||
}
|
||||
|
||||
ptr_script_callback = next_script_callback;
|
||||
|
||||
Reference in New Issue
Block a user