elementary/conform - fixed a missing content hooking.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 14 Feb 2012 08:00:20 +0000 (08:00 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 14 Feb 2012 08:00:20 +0000 (08:00 +0000)
Thanks Jihoon for reporting.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67900 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_conform.c

index 4f36f70..46f4291 100644 (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");