elm gengrid: Fixed freezing bug. Closed trac #980

Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 68651
This commit is contained in:
Daniel Juyung Seo 2012-03-04 05:03:25 +00:00 committed by Daniel Juyung Seo
parent b1ba90f5d2
commit bc793f5880
1 changed files with 1 additions and 1 deletions

View File

@ -2370,7 +2370,7 @@ elm_gengrid_selected_item_get(const Evas_Object *obj)
EAPI const Eina_List *
elm_gengrid_selected_items_get(const Evas_Object *obj)
{
return elm_gengrid_selected_items_get(obj);
return elm_genlist_selected_items_get(obj);
}
EAPI void