woohyun pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=6c3ac8bd674352eda408e3b047d855b5607d3b94

commit 6c3ac8bd674352eda408e3b047d855b5607d3b94
Author: WooHyun Jung <wh0705.j...@samsung.com>
Date:   Wed Nov 20 20:17:17 2013 +0900

    elementary/elc_multibuttonentry.c : Multibuttonentry doesn't need to call 
parents' on_focus.
---
 src/lib/elc_multibuttonentry.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/elc_multibuttonentry.c b/src/lib/elc_multibuttonentry.c
index 6ddb70f..77004f9 100644
--- a/src/lib/elc_multibuttonentry.c
+++ b/src/lib/elc_multibuttonentry.c
@@ -287,9 +287,6 @@ _elm_multibuttonentry_smart_on_focus(Eo *obj, void *_pd, 
va_list *list)
    if (ret) *ret = EINA_FALSE;
    Eina_Bool int_ret;
 
-   eo_do_super(obj, MY_CLASS, elm_wdg_on_focus(&int_ret));
-   if (!int_ret) return;
-
    if (elm_widget_focus_get(obj))
      {
         // ACCESS

-- 


Reply via email to