hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=fe23ef7865a0e187ed2e8fae62c5e96161661ac7
commit fe23ef7865a0e187ed2e8fae62c5e96161661ac7 Author: ChunEon Park <her...@hermet.pe.kr> Date: Thu Feb 19 13:06:43 2015 +0900 bin/tools: remove redundant call. we don't need to set focus on enventor here anyway the menu will be activated. --- src/bin/tools.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/tools.c b/src/bin/tools.c index 30e36ef..85b4c11 100644 --- a/src/bin/tools.c +++ b/src/bin/tools.c @@ -13,8 +13,6 @@ menu_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED) if (search_is_opened()) search_close(); if (goto_is_opened()) goto_close(); - enventor_object_focus_set(enventor, EINA_TRUE); - menu_toggle(); } --