From 9bd300e12144abb4dc2776a1e8e369d3ecabfbb2 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Wed, 10 Apr 2013 20:22:41 +0900 Subject: [PATCH] [access] return EINA_TRUE if there is a target to give a highlight Change-Id: I759e6ee35294ad51b881bf20e497c5925a9823b1 --- src/lib/elm_access.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elm_access.c b/src/lib/elm_access.c index 3b6430e..a44868e 100644 --- a/src/lib/elm_access.c +++ b/src/lib/elm_access.c @@ -571,7 +571,6 @@ _access_highlight_next_get(Evas_Object *obj, Elm_Focus_Direction dir) action_type = type; _elm_access_highlight_set(target); - ret = EINA_FALSE; action_type = ELM_ACCESS_ACTION_FIRST; } -- 2.7.4