From 1d7579b1144c87bb813e3d50f7e1d71581df86a7 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Tue, 9 Aug 2011 23:33:57 +0000 Subject: [PATCH] e17/evry: try switch to object sel (on enter) when action requires object SVN revision: 62267 --- src/modules/everything/evry.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }