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:
cd2db06
)
elementary/widget - return correct value in theme_object_set()
author
ChunEon Park
<hermet@hermet.pe.kr>
Sun, 3 Mar 2013 04:01:22 +0000
(13:01 +0900)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Sun, 3 Mar 2013 04:01:22 +0000
(13:01 +0900)
becase of this, elm_layout_theme_set() and hoversel were broken.
src/lib/elm_widget.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_widget.c
b/src/lib/elm_widget.c
index
98b0ee7
..
e720ebb
100644
(file)
--- a/
src/lib/elm_widget.c
+++ b/
src/lib/elm_widget.c
@@
-4086,7
+4086,7
@@
_elm_widget_theme_object_set(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
eo_do(obj, elm_wdg_signal_emit(buf, "elm"));
}
- if (ret) *ret = EINA_
FALS
E;
+ if (ret) *ret = EINA_
TRU
E;
}
static void