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:
074ae3c
)
route: Adjusted to Eo2.
author
Tom Hacohen
<tom@stosb.com>
Thu, 3 Apr 2014 15:46:01 +0000
(16:46 +0100)
committer
Tom Hacohen
<tom@stosb.com>
Thu, 10 Apr 2014 08:35:01 +0000
(09:35 +0100)
src/lib/elm_route.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_route.c
b/src/lib/elm_route.c
index
6aaf00d
..
fc51849
100644
(file)
--- a/
src/lib/elm_route.c
+++ b/
src/lib/elm_route.c
@@
-90,7
+90,7
@@
EOLIAN static Eina_Bool
_elm_route_elm_widget_theme_apply(Eo *obj, Elm_Route_Data *sd EINA_UNUSED)
{
Eina_Bool int_ret = EINA_FALSE;
- eo_do_super(obj, MY_CLASS,
elm_obj_widget_theme_apply(&int_ret
));
+ eo_do_super(obj, MY_CLASS,
int_ret = elm_obj_widget_theme_apply(
));
if (!int_ret) return EINA_FALSE;
//TODO