hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=d8af3423c318fc37ca75658735c7a8de8290b1ff

commit d8af3423c318fc37ca75658735c7a8de8290b1ff
Author: ChunEon Park <[email protected]>
Date:   Sat Mar 28 19:18:24 2015 +0900

    conform: decide indicator visibility in the swallow part.
---
 src/lib/elm_conform.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/lib/elm_conform.c b/src/lib/elm_conform.c
index 2493ff2..81d7c6e 100644
--- a/src/lib/elm_conform.c
+++ b/src/lib/elm_conform.c
@@ -499,14 +499,7 @@ _indicator_mode_set(Evas_Object *conformant, 
Elm_Win_Indicator_Mode indmode)
         elm_object_signal_emit(conformant, "elm,state,indicator,show", "elm");
      }
    else
-     {
-        old_indi = elm_layout_content_get(conformant, INDICATOR_PART);
-        if (old_indi)
-          {
-             evas_object_hide(old_indi);
-          }
-        elm_object_signal_emit(conformant, "elm,state,indicator,hide", "elm");
-     }
+     elm_object_signal_emit(conformant, "elm,state,indicator,hide", "elm");
 }
 
 static void

-- 


Reply via email to