mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
0dd98581b6
commit
e577b8a771
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user