X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fw-input-keyboard.cpp;h=6951c2eca2ef4c99361f75c7aba8fdf75f2d8ef7;hb=e6515c07edd77e696d93f8cc27bfda19729a224a;hp=410e0f0d5f3fb90fb53741129d263fd0c7b0ae39;hpb=cc09d8641f385fbc04f0d6c32e4511d8faa42a1b;p=platform%2Fcore%2Fuifw%2Finputdelegator.git diff --git a/src/w-input-keyboard.cpp b/src/w-input-keyboard.cpp index 410e0f0..6951c2e 100755 --- a/src/w-input-keyboard.cpp +++ b/src/w-input-keyboard.cpp @@ -212,12 +212,12 @@ void btn_clicked_cb(void *data, Evas_Object *obj, void *event_info) const char *getText = elm_entry_entry_get(entry); LOGD("button key clicked!! : getText = %s", getText); - if(getText) + if (getText) input_smartreply_send_feedback(getText); char *app_id = NULL; app_control_get_caller(app_data->source_app_control, &app_id); - if(app_id != NULL) + if (app_id != NULL) app_control_set_app_id(app_control, app_id); app_control_set_operation(app_control, APP_CONTROL_OPERATION_DEFAULT); set_source_caller_app_id(app_control);