Support API for set/get cursor position
[platform/core/uifw/inputdelegator.git] / src / w-input-stt-voice.cpp
index fb0c086..1795cc8 100755 (executable)
@@ -479,7 +479,7 @@ static void on_confirm_button_clicked_cb(void *data, Evas_Object *obj, void *eve
        if (!vr)
                filePath = vr->file_path;
        char *path[] = {filePath, };
-       reply_to_sender_by_callback(result_text.c_str(), "voice", (const char **)path);
+       reply_to_sender_by_callback(result_text.c_str(), "voice", (const char **)path, NULL);
        destroy_voice();
        powerUnlock();
        ui_app_exit();