diff options
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c index b5cec27..6040d96 100644 --- a/src/actions.c +++ b/src/actions.c @@ -919,7 +919,7 @@ cmd_other (int interactive, char *data) rp_window *w; /* w = find_window_other (); */ - w = group_last_window (rp_current_group); + w = group_last_window (rp_current_group, current_screen()); if (!w) message (MESSAGE_NO_OTHER_WINDOW); |