[conform] add omitted line for del_pre_hook
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 27 Jun 2011 02:58:09 +0000 (11:58 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 27 Jun 2011 02:58:09 +0000 (11:58 +0900)
Change-Id: I3aae83039af9fe83e5c25d14440a27f69dc29799

src/lib/elm_conform.c

index 67347dd..2342e16 100644 (file)
@@ -433,6 +433,7 @@ elm_conformant_add(Evas_Object *parent)
    elm_widget_type_set(obj, "conformant");
    elm_widget_sub_object_add(parent, obj);
    elm_widget_data_set(obj, wd);
+   elm_widget_del_pre_hook_set(obj, _del_pre_hook);
    elm_widget_del_hook_set(obj, _del_hook);
    elm_widget_theme_hook_set(obj, _theme_hook);
    elm_widget_can_focus_set(obj, EINA_FALSE);