elementary/genlist - genlist patch

Please find attached updated patch. 

Change log: Genlist - crash fix (if itc parameter is passed as NULL ) 

Signed-off by: Shilpa Singh<shilpa.singh@samsung.com>

Thanks & Regards 

Shilpa 



SVN revision: 70833
This commit is contained in:
ChunEon Park 2012-05-07 02:05:35 +00:00
parent d5545306f1
commit cd2202140d
1 changed files with 1 additions and 0 deletions

View File

@ -3734,6 +3734,7 @@ _elm_genlist_item_new(Widget_Data *wd,
const void *func_data)
{
Elm_Gen_Item *it;
if (!itc) return NULL;
it = elm_widget_item_new(wd->obj, Elm_Gen_Item);
if (!it) return NULL;