fix bug that the SIP appears in dialer app
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 13 May 2011 12:43:46 +0000 (21:43 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 13 May 2011 12:43:46 +0000 (21:43 +0900)
Change-Id: Id6a46c256b13744bd2b72c22c78adb16e4bd21d0

src/lib/elm_entry.c

index d5d5e3d..aa1cf41 100644 (file)
@@ -615,12 +615,12 @@ _theme_hook(Evas_Object *obj)
    eina_stringshare_del(t);
    if (elm_widget_disabled_get(obj))
      edje_object_signal_emit(wd->ent, "elm,state,disabled", "elm");
+   edje_object_part_text_input_panel_enabled_set(wd->ent, "elm.text", wd->input_panel_enable);
    elm_entry_cursor_pos_set(obj, wd->cursor_pos);
    if (elm_widget_focus_get(obj))
      edje_object_signal_emit(wd->ent, "elm,action,focus", "elm");
    edje_object_message_signal_process(wd->ent);
    edje_object_scale_set(wd->ent, elm_widget_scale_get(obj) * _elm_config->scale);
-   edje_object_part_text_input_panel_enabled_set(wd->ent, "elm.text", wd->input_panel_enable);
 
    if (wd->password)
      {