diff --git a/src/modules/everything/evry.c b/src/modules/everything/evry.c index 1ec41255d..01dbb61d7 100644 --- a/src/modules/everything/evry.c +++ b/src/modules/everything/evry.c @@ -2386,8 +2386,10 @@ _evry_plugin_action(Evry_Selector *sel, int finished) if (!it_obj) { - if (ACTN_SEL == CUR_SEL) + if (SUBJ_SEL == CUR_SEL) _evry_selectors_switch(win, 1); + if (ACTN_SEL == CUR_SEL) + _evry_selectors_switch(win, 1); return; }