projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d82db9
)
elm_spinner: Fix to return Eina_Bool value.
98/94198/2
author
Jaehyun Cho
<jae_hyun.cho@samsung.com>
Thu, 27 Oct 2016 11:18:46 +0000
(20:18 +0900)
committer
Gerrit Code Review
<gerrit@review.vlan103.tizen.org>
Fri, 28 Oct 2016 07:50:01 +0000
(
00:50
-0700)
Change-Id: Idd97f237d5ce118562ba9e96762667b6b81a6e08
src/lib/elm_spinner.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_spinner.c
b/src/lib/elm_spinner.c
index 102cc1b887ff5f6bd699d8e6bcf7cf7b6cf8f431..53c006ef3c099610d6fd0e6d3266e40364541020 100644
(file)
--- a/
src/lib/elm_spinner.c
+++ b/
src/lib/elm_spinner.c
@@
-981,7
+981,7
@@
_text_button_clicked_cb(void *data,
{
ELM_SPINNER_DATA_GET(data, sd);
- if (sd->entry_visible) return;
+ if (sd->entry_visible) return
EINA_TRUE
;
_toggle_entry(data);
return EINA_TRUE;