[editfield] Search_icon button was removed. Remove old codes.
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 27 Jun 2013 01:19:58 +0000 (10:19 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 17 Jul 2013 11:10:51 +0000 (20:10 +0900)
src/lib/efl_assist_editfield.c

index e7eebe4..7d57b75 100644 (file)
@@ -139,11 +139,6 @@ ea_editfield_add(Evas_Object *parent, Ea_Editfield_Type type)
    if (type == EA_EDITFIELD_SEARCHBAR)
      {
         button = elm_button_add(parent);
-        elm_object_style_set(button, "search_icon");
-        elm_object_focus_allow_set(button, EINA_FALSE);
-        elm_object_part_content_set(entry, "elm.swallow.icon", button);
-
-        button = elm_button_add(parent);
         elm_object_style_set(button, "search_clear");
         elm_object_focus_allow_set(button, EINA_FALSE);
         elm_object_part_content_set(entry, "elm.swallow.clear", button);