oops- didnt add sub obj!

SVN revision: 39076
This commit is contained in:
Carsten Haitzler 2009-02-18 07:10:42 +00:00
parent d88c4d4cab
commit eb9349e44b
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ elm_photo_add(Evas_Object *parent)
evas_object_repeat_events_set(wd->img, 1);
edje_object_part_swallow(wd->frm, "elm.swallow.content", wd->img);
evas_object_show(wd->img);
elm_widget_sub_object_add(obj, wd->img);
wd->size = 40;