From 8795e00e93b808044f057765c08f44746b1fbc4d Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 22 May 2012 07:09:13 +0000 Subject: [PATCH] elementary/ctxpopup - but there would be no parent NULL case. SVN revision: 71303 --- src/lib/elc_ctxpopup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index 4d5c87c..fb4bf1b 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -215,7 +215,7 @@ static void _parent_cut_off(Evas_Object *obj) { Widget_Data *wd = elm_widget_data_get(obj); - if (!wd || !wd->parent) return; + if (!wd) return; evas_object_event_callback_del_full(wd->parent, EVAS_CALLBACK_DEL, -- 2.7.4