From e577b8a771cba04247c2a79497d99ebf060593db Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 12 Nov 2001 17:39:01 +0000 Subject: [PATCH] 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 --- src/fe-text/mainwindows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }