Photocam: set the type of the widget

SVN revision: 43633
This commit is contained in:
Jonathan Atton 2009-11-12 19:23:44 +00:00
parent f719ff7119
commit 28e2b8664c
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ elm_photocam_add(Evas_Object *parent)
wd = ELM_NEW(Widget_Data);
e = evas_object_evas_get(parent);
obj = elm_widget_add(e);
elm_widget_type_set(obj, "genlist");
elm_widget_type_set(obj, "photocam");
elm_widget_sub_object_add(parent, obj);
elm_widget_data_set(obj, wd);
elm_widget_del_hook_set(obj, _del_hook);