Fix String bug for launch efl
authorJunghyun Kim <jh1114.kim@samsung.com>
Sat, 1 Sep 2012 07:36:29 +0000 (16:36 +0900)
committerJunghyun Kim <jh1114.kim@samsung.com>
Sat, 1 Sep 2012 07:36:29 +0000 (16:36 +0900)
src/ps_app_interface.cpp

index a65157d..2ad8be2 100755 (executable)
@@ -469,7 +469,7 @@ void search_launch_calendar_view(void *data, void *record_info)
                        goto out_func;
        }
 
-               ret = service_add_extra_data(service, "eventID", cur_category_mem->main_id);
+               ret = service_add_extra_data(service, "eventId", cur_category_mem->main_id);
 
                if (ret != SERVICE_ERROR_NONE) {
                        SEARCH_DEBUG_ERROR("Fail to add service extra data : parameter 2!");