elementary: forgotten child of elm_box.

SVN revision: 64174
This commit is contained in:
Cedric BAIL 2011-10-19 12:14:31 +00:00
parent 82d60aef70
commit 003b5d0812
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ elm_box_add(Evas_Object *parent)
evas_object_event_callback_add(wd->box, EVAS_CALLBACK_CHANGED_SIZE_HINTS,
_changed_size_hints, obj);
elm_widget_resize_object_set(obj, wd->box);
elm_widget_sub_object_add(obj, wd->box);
evas_object_smart_callback_add(obj, "sub-object-del", _sub_del, obj);