elementary/ctxpopup - but there would be no parent NULL case.

SVN revision: 71303
This commit is contained in:
ChunEon Park 2012-05-22 07:09:13 +00:00
parent 1ab5985722
commit 6c1ee5405a
1 changed files with 1 additions and 1 deletions

View File

@ -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,