conform - fixed missing content hookings.
authorChunEon Park <chuneon.park@samsung.com>
Tue, 14 Feb 2012 10:34:06 +0000 (19:34 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Tue, 14 Feb 2012 10:34:06 +0000 (19:34 +0900)
src/lib/elm_conform.c

index 25b4d12..2539010 100644 (file)
@@ -632,6 +632,9 @@ 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);
+   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");