mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue