[multibutton-entry] fixed a logic to show ime window whenever mbe is clicked
authorMyungjae Lee <mjae.lee@samsung.com>
Thu, 9 Jun 2011 06:56:33 +0000 (15:56 +0900)
committerMyungjae Lee <mjae.lee@samsung.com>
Thu, 9 Jun 2011 06:56:33 +0000 (15:56 +0900)
src/lib/elm_multibuttonentry.c

index 4da1531..89ef50e 100755 (executable)
@@ -212,6 +212,8 @@ _signal_mouse_clicked(void *data, Evas_Object *obj, const char *emission, const
 
    wd->focused = EINA_TRUE;
    _view_update(data);
+
+   if (wd->imf_context) ecore_imf_context_input_panel_show(wd->imf_context);
    evas_object_smart_callback_call(data, "clicked", NULL);
 }