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:
7cbfa4d
)
[elm] More cosmetic.
author
Gustavo Lima Chaves
<glima@profusion.mobi>
Tue, 17 Jul 2012 14:56:38 +0000
(14:56 +0000)
committer
Gustavo Lima Chaves
<glima@profusion.mobi>
Tue, 17 Jul 2012 14:56:38 +0000
(14:56 +0000)
SVN revision: 73994
src/lib/elm_radio.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_radio.c
b/src/lib/elm_radio.c
index
a0de139
..
9df4381
100644
(file)
--- a/
src/lib/elm_radio.c
+++ b/
src/lib/elm_radio.c
@@
-233,7
+233,8
@@
_elm_radio_smart_disable(Evas_Object *obj)
{
ELM_RADIO_DATA_GET(obj, sd);
- if (!ELM_WIDGET_CLASS(_elm_radio_parent_sc)->disable(obj)) return EINA_FALSE;
+ if (!ELM_WIDGET_CLASS(_elm_radio_parent_sc)->disable(obj))
+ return EINA_FALSE;
if (elm_widget_disabled_get(obj) && sd->state) _state_set(obj, EINA_FALSE);