From: Shinwoo Kim Date: Mon, 27 Jun 2011 02:58:09 +0000 (+0900) Subject: [conform] add omitted line for del_pre_hook X-Git-Tag: REL_F_I9200_20110628_1~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5e279a78f6f64b420199e69b1ebc700f18c6425;p=framework%2Fuifw%2Felementary.git [conform] add omitted line for del_pre_hook Change-Id: I3aae83039af9fe83e5c25d14440a27f69dc29799 --- 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);