genlist: use simple macro

This commit is contained in:
ChunEon Park 2015-01-07 15:18:01 +09:00
parent 34732967eb
commit 4e8f373b7c
1 changed files with 1 additions and 1 deletions

View File

@ -6297,7 +6297,7 @@ _elm_genlist_item_sorted_insert(Eo *obj EINA_UNUSED, Elm_Genlist_Data *sd, const
if (rel)
{
it->item->rel = rel;
GL_IT(it)->rel = rel;
rel->item->rel_revs = eina_list_append(rel->item->rel_revs, it);
}