hermet pushed a commit to branch master.

commit e4291e14209c301497a734976826567dca2287cd
Author: ChunEon Park <[email protected]>
Date:   Thu Apr 4 20:45:11 2013 +0900

    elementary/naviframe - don't handle the key event if the key is already on 
holding.
---
 src/lib/elc_naviframe.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c
index 1943780..f9575c4 100644
--- a/src/lib/elc_naviframe.c
+++ b/src/lib/elc_naviframe.c
@@ -1345,6 +1345,7 @@ _elm_naviframe_smart_event(Eo *obj, void *_pd 
EINA_UNUSED, va_list *list)
    (void) source;
 
    if (ret) *ret = EINA_FALSE;
+   if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return EINA_FALSE;
    if (elm_widget_disabled_get(obj)) return;
    if (type != EVAS_CALLBACK_KEY_DOWN) return;
    if (strcmp(ev->keyname, "BackSpace")) return;

-- 

------------------------------------------------------------------------------
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

Reply via email to