elementary/conform - fixed a missing content hooking.

Thanks Jihoon for reporting. 



SVN revision: 67900
This commit is contained in:
ChunEon Park 2012-02-14 08:00:20 +00:00
parent 6f11344b9e
commit 4c3ccfcd60
1 changed files with 1 additions and 0 deletions

View File

@ -596,6 +596,7 @@ elm_conformant_add(Evas_Object *parent)
elm_widget_del_hook_set(obj, _del_hook);
elm_widget_theme_hook_set(obj, _theme_hook);
elm_widget_can_focus_set(obj, EINA_FALSE);
elm_widget_content_set_hook_set(obj, _content_set_hook);
wd->base = edje_object_add(e);
_elm_theme_object_set(obj, wd->base, "conformant", "base", "default");