elm ctx_popup: Fixed ctx_popup parent_cut logic. Patch by Bluezery

<ohpowel@gmail.com>
On Mon, May 21, 2012 at 5:32 PM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> When ctx_popup is deleted, it calls "elm_widget_sub_object_del(parent,
> popup)" so that ctx_popup's parent can delete it's sub_ojbect,
> "ctx_popup".
> But this is not needed because parent already deletes it's sub-object
> in elm_widget.c
>
> Thanks
>
> --
> BRs,
> Kim.

SVN revision: 71301
This commit is contained in:
Daniel Juyung Seo 2012-05-22 06:58:47 +00:00
parent 70f5519ff8
commit 22dee8af47
1 changed files with 0 additions and 2 deletions

View File

@ -229,8 +229,6 @@ _parent_cut_off(Evas_Object *obj)
EVAS_CALLBACK_RESIZE,
_parent_resize,
obj);
elm_widget_sub_object_del(wd->parent, obj);
}
static void