summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fe-text/mainwindows.c2
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;
}
}