prevent:484888 - Missing break in switch in view of user edit 85/49285/1
authorSoohye Shin <soohye.shin@samsung.com>
Mon, 12 Oct 2015 09:31:56 +0000 (18:31 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Mon, 12 Oct 2015 09:31:56 +0000 (18:31 +0900)
Change-Id: Ib3e6a7b225b6ed22fe676af4ca13e25018ce8084
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/view/view_user_edit.c

index 8833abd..5bed484 100644 (file)
@@ -723,6 +723,8 @@ static void _select(struct _priv *priv, int id, Evas_Object *obj)
                break;
        case INPUT_HANDLER_TYPE_POPUP_BTN_DISCARD:
                viewmgr_pop_view();
+               _delete_popup(priv);
+               break;
        case INPUT_HANDLER_TYPE_POPUP_BTN_CANCEL:
                _delete_popup(priv);
                break;