hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7a71559eff63d36f2c7465591d31583bb5f8b287

commit 7a71559eff63d36f2c7465591d31583bb5f8b287
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Tue Dec 6 11:07:49 2016 +0900

    elementary calendar: it'd rather return false here.
---
 src/lib/elementary/elm_calendar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_calendar.c 
b/src/lib/elementary/elm_calendar.c
index a2c2517..cc2384f 100644
--- a/src/lib/elementary/elm_calendar.c
+++ b/src/lib/elementary/elm_calendar.c
@@ -1410,7 +1410,7 @@ _key_action_move(Evas_Object *obj, const char *params)
    const char *dir = params;
    Eina_Bool ret, double_spinner = EINA_FALSE;
 
-   ELM_WIDGET_DATA_GET_OR_RETURN(obj, wd, EINA_TRUE);
+   ELM_WIDGET_DATA_GET_OR_RETURN(obj, wd, EINA_FALSE);
 
    _elm_widget_focus_auto_show(obj);
    if (!strcmp(dir, "prior"))

-- 


Reply via email to