rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=40e1f152d3b08ff2b0371be56acf40747f180233

commit 40e1f152d3b08ff2b0371be56acf40747f180233
Author: Andrii Kroitor <[email protected]>
Date:   Fri Jul 1 13:58:34 2016 +0300

    ewe_ruler: fix build
    
    Follow the white rabbit.
---
 src/lib/ewe_ruler.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/ewe_ruler.c b/src/lib/ewe_ruler.c
index aad4068..11760b0 100644
--- a/src/lib/ewe_ruler.c
+++ b/src/lib/ewe_ruler.c
@@ -906,13 +906,13 @@ _ewe_ruler_efl_canvas_group_group_calculate(Eo *obj 
EINA_UNUSED,
      }
 }
 
-EOLIAN static Eina_Bool
+EOLIAN static Elm_Theme_Apply
 _ewe_ruler_elm_widget_theme_apply(Eo *obj, Ewe_Ruler_Smart_Data *sd)
 {
-   Eina_Bool int_ret;
+   Elm_Theme_Apply int_ret = ELM_THEME_APPLY_FAILED;
    int count;
    int_ret = elm_obj_widget_theme_apply(eo_super(obj, MY_CLASS));
-   if (!int_ret) return EINA_FALSE;
+   if (!int_ret) return ELM_THEME_APPLY_FAILED;
 
    Ewe_Ruler_Scale *scale;
    Eina_List *ls;
@@ -939,7 +939,7 @@ _ewe_ruler_elm_widget_theme_apply(Eo *obj, 
Ewe_Ruler_Smart_Data *sd)
              _delete_extra_dashes(scale, count);
           }
      }
-   return EINA_TRUE;
+   return int_ret;
 }
 
 /*---------------------------Legacy functions 
--------------------------------*/

-- 


Reply via email to