seoz pushed a commit to branch master.
commit b068fb7ec5a3b5b7e4d5768c3d8eb68d193ac8b1
Author: Daniel Juyung Seo <[email protected]>
Date: Wed Apr 3 20:01:38 2013 +0900
elm_hover.c: hover should handle focus because its contents may handle the
focus events.
---
src/lib/elm_hover.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/elm_hover.c b/src/lib/elm_hover.c
index 5f63480..3ec456d 100644
--- a/src/lib/elm_hover.c
+++ b/src/lib/elm_hover.c
@@ -824,14 +824,14 @@ static void
_elm_hover_smart_focus_next_manager_is(Eo *obj EINA_UNUSED, void *_pd
EINA_UNUSED, va_list *list)
{
Eina_Bool *ret = va_arg(*list, Eina_Bool *);
- *ret = EINA_FALSE;
+ *ret = EINA_TRUE;
}
static void
_elm_hover_smart_focus_direction_manager_is(Eo *obj EINA_UNUSED, void *_pd
EINA_UNUSED, va_list *list)
{
Eina_Bool *ret = va_arg(*list, Eina_Bool *);
- *ret = EINA_FALSE;
+ *ret = EINA_TRUE;
}
static void
--
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html