Fix return value about widget_service_get_content_of_widget_instance() 69/92669/1 accepted/tizen/3.0/common/20161114.105638 accepted/tizen/3.0/ivi/20161028.123040 accepted/tizen/3.0/ivi/20161028.133927 accepted/tizen/3.0/mobile/20161028.122340 accepted/tizen/3.0/mobile/20161028.133034 accepted/tizen/3.0/tv/20161028.122622 accepted/tizen/3.0/tv/20161028.133349 accepted/tizen/3.0/wearable/20161028.122846 accepted/tizen/3.0/wearable/20161028.133659 accepted/tizen/common/20161018.175305 accepted/tizen/ivi/20161018.235355 accepted/tizen/mobile/20161018.235333 accepted/tizen/tv/20161018.235345 accepted/tizen/wearable/20161018.235339 submit/tizen/20161018.072833 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082323 submit/tizen_3.0/20161028.082423 submit/tizen_3.0_common/20161104.104000
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 18 Oct 2016 05:13:52 +0000 (14:13 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 18 Oct 2016 05:13:52 +0000 (14:13 +0900)
Change-Id: I0cdf0cd12a4ae764aaa170c139a089922bad0c97
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/widget_service.c

index b3a73b8..81aabc6 100644 (file)
@@ -1723,7 +1723,7 @@ EAPI int widget_service_get_content_of_widget_instance(const char *widget_id, co
                ret = WIDGET_ERROR_FAULT;
        }
 
-       return WIDGET_ERROR_INVALID_PARAMETER;
+       return ret;
 }
 
 struct instance_cb {