route: Adjusted to Eo2.

This commit is contained in:
Tom Hacohen 2014-04-03 16:46:01 +01:00
parent df61db71d6
commit 9d713b52f2
1 changed files with 1 additions and 1 deletions

View File

@ -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