elementry/list - added missing a line.
authorChunEon Park <hermet@hermet.pe.kr>
Mon, 11 Jul 2011 02:26:27 +0000 (02:26 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 11 Jul 2011 02:26:27 +0000 (02:26 +0000)
When raster modified to use standard macro,
this line is removed also.

SVN revision: 61221

src/lib/elm_list.c

index 2272fdd..03cb8fc 100644 (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);