mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Removed window parameter from window_item_remove() and
window_item_destroy() git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1079 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
28465db59c
commit
dd68c2fa5f
5 changed files with 16 additions and 10 deletions
|
|
@ -80,7 +80,7 @@ static void signal_query_destroyed(QUERY_REC *query)
|
|||
|
||||
window = window_item_window((WI_ITEM_REC *) query);
|
||||
if (window != NULL) {
|
||||
window_item_destroy(window, (WI_ITEM_REC *) query);
|
||||
window_item_destroy((WI_ITEM_REC *) query);
|
||||
|
||||
if (window->items == NULL && windows->next != NULL &&
|
||||
!query->unwanted && settings_get_bool("autoclose_windows"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue