diff options
author | Timo Sirainen <cras@irssi.org> | 2001-11-12 17:39:01 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-11-12 17:39:01 +0000 |
commit | e577b8a771cba04247c2a79497d99ebf060593db (patch) | |
tree | 9408b936aae36be5e2acf06c67f1026ab19822cd /src | |
parent | 0dd98581b623321f8d69b796b47d5fa4a6b3d49c (diff) | |
download | irssi-e577b8a771cba04247c2a79497d99ebf060593db.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-text/mainwindows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/mainwindows.c b/src/fe-text/mainwindows.c index 67006467..bb51fe27 100644 --- a/src/fe-text/mainwindows.c +++ b/src/fe-text/mainwindows.c @@ -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; } } |