elementry/list - added missing a line.

When raster modified to use standard macro, 
this line is removed also. 



SVN revision: 61221
This commit is contained in:
ChunEon Park 2011-07-11 02:26:27 +00:00
parent 252c052ea7
commit 5e8a3cf674
1 changed files with 1 additions and 0 deletions

View File

@ -1332,6 +1332,7 @@ elm_list_add(Evas_Object *parent)
elm_widget_signal_callback_del_hook_set(obj, _signal_callback_del_hook);
elm_widget_event_hook_set(obj, _event_hook);
wd->self = obj;
wd->scr = elm_smart_scroller_add(e);
elm_smart_scroller_widget_set(wd->scr, obj);
elm_widget_resize_object_set(obj, wd->scr);