jaehwan pushed a commit to branch master.

commit 557c4153492214b43f5bfa3b72c285434e0da6c5
Author: Jaehwan Kim <[email protected]>
Date:   Tue Jul 23 18:48:09 2013 +0900

    Fix the wrong parameter in multibuttonentry.
---
 src/lib/elc_multibuttonentry.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elc_multibuttonentry.c b/src/lib/elc_multibuttonentry.c
index 4b14744..eda426d 100644
--- a/src/lib/elc_multibuttonentry.c
+++ b/src/lib/elc_multibuttonentry.c
@@ -904,7 +904,7 @@ _mouse_clicked_signal_cb(void *data,
 
    _view_update(sd);
 
-   if (elm_widget_focus_get(data) && sd->editable)
+   if (elm_widget_focus_get(obj) && sd->editable)
      {
         elm_entry_input_panel_show(sd->entry);
         elm_object_focus_set(sd->entry, EINA_TRUE);
@@ -1087,7 +1087,7 @@ _callbacks_register(Evas_Object *obj)
 
    evas_object_event_callback_add
      (wd->resize_obj, EVAS_CALLBACK_KEY_UP,
-     _layout_key_up_cb, sd);
+     _layout_key_up_cb, obj);
 
    evas_object_event_callback_add
      (sd->box, EVAS_CALLBACK_RESIZE, _box_resize_cb, obj);

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to