From f5e279a78f6f64b420199e69b1ebc700f18c6425 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Mon, 27 Jun 2011 11:58:09 +0900 Subject: [PATCH] [conform] add omitted line for del_pre_hook Change-Id: I3aae83039af9fe83e5c25d14440a27f69dc29799 --- src/lib/elm_conform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elm_conform.c b/src/lib/elm_conform.c index 67347dd..2342e16 100644 --- a/src/lib/elm_conform.c +++ b/src/lib/elm_conform.c @@ -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); -- 2.7.4