hermet pushed a commit to branch master.

commit 2090a4525bc7fa131982e9585b020b1d82d0b811
Author: ChunEon Park <[email protected]>
Date:   Thu Apr 4 20:46:25 2013 +0900

    elementary/naviframe - fixed typo
---
 src/lib/elc_naviframe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c
index f9575c4..8b687eb 100644
--- a/src/lib/elc_naviframe.c
+++ b/src/lib/elc_naviframe.c
@@ -1345,7 +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 (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return;
    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