X-Git-Url: http://review.tizen.org/git/?p=apps%2Fnative%2Fug-wifi-direct.git;a=blobdiff_plain;f=popup-wifidirect%2Fsrc%2Fwfd-app-popup-view.c;h=461c40e451ba686f9fc3fbe77f176854e91b9dbd;hp=c7e4b025c0ee96ba254ead663f37b4ca6d76d40c;hb=10d4c21cc0e15f419ceb0a1b9f8747278fc1296e;hpb=007d0166ab84418ef8e11c0f7b20ab3c7cf64f6e diff --git a/popup-wifidirect/src/wfd-app-popup-view.c b/popup-wifidirect/src/wfd-app-popup-view.c index c7e4b02..461c40e 100755 --- a/popup-wifidirect/src/wfd-app-popup-view.c +++ b/popup-wifidirect/src/wfd-app-popup-view.c @@ -938,8 +938,7 @@ static void _gl_pswd_check_box_sel(void *data, Evas_Object *obj, void *ei) elm_genlist_item_selected_set(item, EINA_FALSE); Eina_Bool state = elm_check_state_get(ck); elm_check_state_set(ck, !state); - if (ad) - _chk_changed_cb(ad->pin_entry, ck, NULL); + _chk_changed_cb(ad->pin_entry, ck, NULL); __WFD_APP_FUNC_EXIT__; }