summaryrefslogtreecommitdiff
path: root/popup-wifidirect
diff options
context:
space:
mode:
authorKim Gibyoung <lastkgb.kim@samsung.com>2013-04-02 16:33:55 +0900
committerKim Gibyoung <lastkgb.kim@samsung.com>2013-04-02 16:33:55 +0900
commitcb24bba4d077d98f4f57935488d32a26f6acce63 (patch)
treecffc29a80f8db0ceee7406de08a9b2c3f40f96a2 /popup-wifidirect
parent3ca99f3a9e6093b52f94e864781696b2f229fa8d (diff)
downloadug-wifi-direct-cb24bba4d077d98f4f57935488d32a26f6acce63.tar.gz
ug-wifi-direct-cb24bba4d077d98f4f57935488d32a26f6acce63.tar.bz2
ug-wifi-direct-cb24bba4d077d98f4f57935488d32a26f6acce63.zip
Fix bug N_SE-31347(Wrong string)
Change-Id: I47022270745f9cb053217b9176e22d09fb29a298
Diffstat (limited to 'popup-wifidirect')
-rwxr-xr-xpopup-wifidirect/src/wfd-app-popup-view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/popup-wifidirect/src/wfd-app-popup-view.c b/popup-wifidirect/src/wfd-app-popup-view.c
index 091b88f..c6459b8 100755
--- a/popup-wifidirect/src/wfd-app-popup-view.c
+++ b/popup-wifidirect/src/wfd-app-popup-view.c
@@ -138,7 +138,8 @@ static void __popup_resp_cb(void *data, Evas_Object * obj, void *event_info)
WDPOP_LOGD(
"wifi_direct_accept_connection() failed. result=[%d]\n", result);
/* tickernoti popup */
- wfd_tickernoti_popup(IDS_WFD_POP_CONNECT_FAILED);
+ snprintf(msg, WFD_POP_STR_MAX_LEN, IDS_WFD_POP_CONNECT_FAILED, ad->peer_name);
+ wfd_tickernoti_popup(msg);
}
}
break;