projects
/
platform
/
core
/
appfw
/
widget-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8630f83
)
Fix wrong return value
53/79653/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 12 Jul 2016 07:52:27 +0000
(16:52 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 12 Jul 2016 07:54:00 +0000
(16:54 +0900)
Change-Id: Id2dc61c561105be696a2da52521cf9a65bcc287c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/widget_instance.c
patch
|
blob
|
history
diff --git
a/src/widget_instance.c
b/src/widget_instance.c
index 7a3e61eb8b81933860e0f30ceccb9edcfd1972ea..fd0cbfe50680ed2809fea9c8d8f7dfc8bb5d67da 100644
(file)
--- a/
src/widget_instance.c
+++ b/
src/widget_instance.c
@@
-876,7
+876,7
@@
EAPI int widget_instance_trigger_update_v2(const char *widget_id,
bundle_free(kb);
- if (ret > 0)
+ if (ret >
=
0)
return WIDGET_ERROR_NONE;
switch (ret) {