Revert "This helps at Elementary vs non-Elementary UI elements mix scenarios WRT *focus*."

This proved not to help much, as dealing with non-elm things
focus-wise is pure hell. Reverting.



SVN revision: 55675
This commit is contained in:
Gustavo Lima Chaves 2010-12-20 19:21:17 +00:00
parent f821b8a797
commit 654cdc80f8
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ _parent_focus(Evas_Object *obj)
/* we don't want to bump a common widget ancestor's
focus_order *twice* while parent focusing */
if (!ret || (!i) || (i != focus_order) || !elm_widget_focus_get(o))
if (!ret || (!i) || (i != focus_order))
_parent_focus(o);
}