hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5a1e954a137761680ff5b10288d78b154d012319

commit 5a1e954a137761680ff5b10288d78b154d012319
Author: Marcel Hollerbach <[email protected]>
Date:   Thu Jun 21 14:53:36 2018 +0900

    efl_ui_navigation_bar: less warnings
    
    Reviewers: zmike, ManMower, devilhorns, Hermet
    
    Reviewed By: Hermet
    
    Subscribers: cedric, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D6344
---
 src/lib/elementary/efl_ui_navigation_bar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_navigation_bar.c 
b/src/lib/elementary/efl_ui_navigation_bar.c
index ee718b1c60..035d922494 100644
--- a/src/lib/elementary/efl_ui_navigation_bar.c
+++ b/src/lib/elementary/efl_ui_navigation_bar.c
@@ -172,7 +172,7 @@ EOLIAN static const char *
 _efl_ui_navigation_bar_part_back_button_efl_text_text_get(const Eo *obj, void 
*_pd EINA_UNUSED)
 {
    Elm_Part_Data *pd = efl_data_scope_get(obj, EFL_UI_WIDGET_PART_CLASS);
-   EFL_UI_NAVIGATION_BAR_DATA_GET_OR_RETURN(pd->obj, ppd, EINA_FALSE);
+   EFL_UI_NAVIGATION_BAR_DATA_GET_OR_RETURN(pd->obj, ppd, NULL);
 
    return efl_text_get(ppd->back_button);
 }

-- 


Reply via email to