woohyun pushed a commit to branch master.

commit a7602cabb162e92bfd1f1bddde125b2c065af053
Author: Youngbok Shin <[email protected]>
Date:   Tue Jul 9 16:57:16 2013 +0900

    entry: Fix elm_entry_end_visible_set checked wrong content.
    
    the elm_entry_end_visible_set checked elm.swallow.icon.
    It should checked elm.swallow.end.
---
 src/lib/elm_entry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c
index cf24a3e..17a7764 100644
--- a/src/lib/elm_entry.c
+++ b/src/lib/elm_entry.c
@@ -4881,7 +4881,7 @@ _end_visible_set(Eo *obj, void *_pd EINA_UNUSED, va_list 
*list)
 {
    Eina_Bool setting = va_arg(*list, int);
 
-   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");

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to