summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2013-06-27 10:19:58 +0900
committerSungho Kwak <sungho1.kwak@samsung.com>2013-07-17 20:10:51 +0900
commitbe6559e319e83d5f6e8ba698f10daf00dddfa111 (patch)
treeadd50a8a98da1ae2d887616f42cd576b4f8e1595
parentbb66989776041f381d397715c8d3e5a62f78f909 (diff)
downloadefl-assist-be6559e319e83d5f6e8ba698f10daf00dddfa111.tar.gz
efl-assist-be6559e319e83d5f6e8ba698f10daf00dddfa111.tar.bz2
efl-assist-be6559e319e83d5f6e8ba698f10daf00dddfa111.zip
[editfield] Search_icon button was removed. Remove old codes.
-rw-r--r--src/lib/efl_assist_editfield.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/efl_assist_editfield.c b/src/lib/efl_assist_editfield.c
index e7eebe4..7d57b75 100644
--- a/src/lib/efl_assist_editfield.c
+++ b/src/lib/efl_assist_editfield.c
@@ -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);