[access] check whether a highlight object is NULL or not

This commit is contained in:
Shinwoo Kim 2013-03-01 19:03:36 +09:00
parent 2a10366721
commit 99f870ac39
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,6 @@ EAPI void
_elm_access_highlight_object_activate(Evas_Object *obj, Elm_Activate act)
{
Evas_Object *highlight;
Elm_Access_Info *ac;
highlight = _access_highlight_object_get(obj);
if (!highlight) return;
@ -435,6 +434,7 @@ _elm_access_highlight_cycle(Evas_Object *obj, Elm_Focus_Direction dir)
Elm_Widget_Smart_Data *wd;
Evas_Object *ho;
ho = _access_highlight_object_get(obj);
if (!ho) return;
/* find highlight root */
do