elementary/conform - BAD! Missing more contents hookings.

SVN revision: 67901
This commit is contained in:
ChunEon Park 2012-02-14 08:18:03 +00:00
parent 4c3ccfcd60
commit 5caa46d931
1 changed files with 2 additions and 0 deletions

View File

@ -597,6 +597,8 @@ elm_conformant_add(Evas_Object *parent)
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);
elm_widget_content_get_hook_set(obj, _content_get_hook);
elm_widget_content_unset_hook_set(obj, _content_unset_hook);
wd->base = edje_object_add(e);
_elm_theme_object_set(obj, wd->base, "conformant", "base", "default");