e17/evry: try switch to object sel (on enter) when action requires object

SVN revision: 62267
This commit is contained in:
Hannes Janetzek 2011-08-09 23:33:57 +00:00
parent 54ed3c6349
commit 1d7579b114
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}