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 <cedric@osg.samsung.com>
This commit is contained in:
SungTaek Hong 2016-02-17 16:56:30 -08:00 committed by Cedric BAIL
parent 39f3af47d7
commit 89f07527cd
1 changed files with 1 additions and 1 deletions

View File

@ -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