From: sungwook79.park Date: Mon, 31 Jul 2017 04:56:43 +0000 (+0900) Subject: Modify the operation for app control to path for image input X-Git-Tag: submit/tizen/20170822.024135~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=795bc9917b27c02fce3e6caa1578d59035b167af;p=platform%2Fcore%2Fuifw%2Finputdelegator.git Modify the operation for app control to path for image input Change-Id: I15b9cd62c811e29ef6be405ed778ad7210ddd797 Signed-off-by: sungwook79.park --- diff --git a/src/w-input-emoticon.cpp b/src/w-input-emoticon.cpp index 995a955..ea1140a 100755 --- a/src/w-input-emoticon.cpp +++ b/src/w-input-emoticon.cpp @@ -378,8 +378,9 @@ static void _drawing_app_control_reply_cb(app_control_h request, app_control_h r if(path){ PRINTFUNC(DLOG_DEBUG, "path=%s", path); + char *pathes[] = {path, }; + reply_to_sender_by_callback(NULL, "image", (const char **)pathes); free(path); - reply_to_sender_by_callback((const char*)path, "image", NULL); } ui_app_exit(); }