elm_ctxpopup: Implemented elm_widget_item_del_pre for elm_ctxpopup_item 75/143475/1
authorJeonghyun Yun <jh0506.yun@samsung.com>
Thu, 10 Aug 2017 05:22:48 +0000 (14:22 +0900)
committerJeonghyun Yun <jh0506.yun@samsung.com>
Thu, 10 Aug 2017 05:28:29 +0000 (14:28 +0900)
commitab42da129ed5930be04dc26be6e3c89e65a75faf
tree760bd9e4be1198336bc818829170720e48f49d28
parent755021b39fd7311b3442682902caf45a2fee50a4
elm_ctxpopup: Implemented elm_widget_item_del_pre for elm_ctxpopup_item

ctxpopup item have elm_list item internally.
But when elm_ctxpopup item was deleted, elm_list item was not deleted.
elm_list item in elm_ctxpopup item should be deleted in del_pre
when elm_ctxpopup item is deleted by elm_wdg_item_del()

Test Plan:
1. launch elementary_test - ctxpopup
2. click Ctxpopup with label only
3. "Never Show" item should not shown in ctxpopup

Reviewers: jpeg

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5044

Change-Id: I2264a3efbb3050017b89cbbd087042d35eb8830d
Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
src/bin/test_ctxpopup.c
src/lib/elc_ctxpopup.c
src/lib/elm_ctxpopup_item.eo