cedric pushed a commit to branch master.

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

commit b704aa0ce2eaafa267db0b46c654e00fe74c5fbf
Author: SungTaek Hong <sth253.h...@samsung.com>
Date:   Wed Feb 17 16:56:30 2016 -0800

    edje_external: fix wrong logic in index
    
    Summary:
    - Eina_Bool active_exists is to check whether Eina_Bool active
      is valid or not.
    - Setting active_exists to autohide_disabled_set is apparently wrong.
    
    Reviewers: Hermet, cedric, jpeg, woohyun
    
    Subscribers: conr2d
    
    Differential Revision: https://phab.enlightenment.org/D3695
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/edje_externals/elm_index.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/edje_externals/elm_index.c b/src/edje_externals/elm_index.c
index 30994e2..05415c8 100644
--- a/src/edje_externals/elm_index.c
+++ b/src/edje_externals/elm_index.c
@@ -20,7 +20,7 @@ external_index_state_set(void *data EINA_UNUSED, Evas_Object 
*obj,
    else return;
 
    if (p->active_exists)
-     elm_index_autohide_disabled_set(obj, p->active_exists);
+     elm_index_autohide_disabled_set(obj, p->active);
 }
 
 static Eina_Bool

-- 


Reply via email to