kimcinoo pushed a commit to branch master.

commit 8fef68ccadaa4d6b9017b49d126ae345a5afd852
Author: Shinwoo Kim <[email protected]>
Date:   Thu Mar 7 20:30:33 2013 +0900

    [access] do not highlight, if the object already has the highlight
---
 src/lib/elm_access.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/lib/elm_access.c b/src/lib/elm_access.c
index 84b68e1..60bdcfc 100644
--- a/src/lib/elm_access.c
+++ b/src/lib/elm_access.c
@@ -959,8 +959,13 @@ elm_access_say(const char *text)
 EAPI void
 elm_access_highlight_set(Evas_Object* obj)
 {
+   Evas_Object *ho;
+
    if (!obj) return;
 
+   ho = _access_highlight_object_get(obj);
+   if (ho == obj) return;
+
    _access_obj_over_timeout_cb(obj);
 }
 

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to