elm index: Fixed formatting.

SVN revision: 82468
This commit is contained in:
Daniel Juyung Seo 2013-01-09 15:54:42 +00:00
parent c712b3ce57
commit 869c313eee
1 changed files with 3 additions and 3 deletions

View File

@ -1259,15 +1259,15 @@ _item_sorted_insert(Eo *obj, void *_pd, va_list *list)
p_it->base.data = it->base.data;
_item_free(it);
elm_widget_item_del(it);
it = NULL;
it = NULL;
}
}
_index_box_clear(obj, sd->bx[sd->level], sd->level);
if (!it)
*ret = NULL;
*ret = NULL;
else
*ret = (Elm_Object_Item *)it;
*ret = (Elm_Object_Item *)it;
}
EAPI Elm_Object_Item *