1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Closing last non-sticky window didn't destroy the split window.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1995 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-12 17:39:01 +00:00 committed by cras
parent 0dd98581b6
commit e577b8a771

View File

@ -148,7 +148,7 @@ void mainwindow_change_active(MAIN_WINDOW_REC *mainwin,
if (rec != skip_window && WINDOW_MAIN(rec) == mainwin) {
window_set_active(rec);
return;
break;
}
}