entry: Fix elm_entry_end_visible_set checked wrong content.
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 27 May 2013 12:59:05 +0000 (21:59 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 05:15:23 +0000 (14:15 +0900)
src/lib/elm_entry.c

index 51821fe..00d8454 100644 (file)
@@ -5229,7 +5229,7 @@ elm_entry_end_visible_set(Evas_Object *obj,
 {
    ELM_ENTRY_CHECK(obj);
 
-   if (!elm_layout_content_get(obj, "elm.swallow.icon")) return;
+   if (!elm_layout_content_get(obj, "elm.swallow.end")) return;
 
    if (setting)
      elm_layout_signal_emit(obj, "elm,action,show,end", "elm");