From: Seonah Moon Date: Fri, 16 Dec 2016 01:58:06 +0000 (+0900) Subject: [TSAM-11678] Do not show ctx popup in connected device naviframe X-Git-Tag: accepted/tizen/common/20161216.124442^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb4d2a608686e5be7b99b6f759ad89446ca8c0aa;p=apps%2Fnative%2Fug-mobile-ap.git [TSAM-11678] Do not show ctx popup in connected device naviframe Change-Id: I7675cce656dfe67902dd29f84472692fa5bddc01 Signed-off-by: Seonah Moon --- diff --git a/packaging/ug-setting-mobileap-efl.spec b/packaging/ug-setting-mobileap-efl.spec index cf37df5..de6bbf9 100755 --- a/packaging/ug-setting-mobileap-efl.spec +++ b/packaging/ug-setting-mobileap-efl.spec @@ -3,7 +3,7 @@ Name: ug-setting-mobileap-efl Summary: Tethering UI Gadget Library -Version: 1.0.156 +Version: 1.0.157 Release: 1 Group: App/Network License: Flora-1.1 diff --git a/src/mh_connected_client.c b/src/mh_connected_client.c index 5e45f44..fa32ed1 100755 --- a/src/mh_connected_client.c +++ b/src/mh_connected_client.c @@ -341,6 +341,7 @@ static Eina_Bool __back_btn_cb(void *data, Elm_Object_Item *navi_item) mh_appdata_t *ad = (mh_appdata_t *)data; __deconstruct_conn_clients_view(ad); + _ctxpopup_more_button_callback_add(ad); DBG("-\n"); return EINA_TRUE; diff --git a/src/mh_view_main.c b/src/mh_view_main.c index effd605..ab2a861 100755 --- a/src/mh_view_main.c +++ b/src/mh_view_main.c @@ -48,6 +48,7 @@ void _select_connected_dev(void *data, Evas_Object *obj, void *event_info) mh_appdata_t *ad = (mh_appdata_t *)data; elm_genlist_item_selected_set((Elm_Object_Item *)event_info, EINA_FALSE); + _ctxpopup_more_button_callback_del(ad); _create_connected_client_view(ad); __MOBILE_AP_FUNC_EXIT__; }