add ui-gadget and fix them
[apps/home/settings.git] / setting-password / src / setting-password-simple.c
index eed4684..313cfdc 100644 (file)
@@ -418,8 +418,10 @@ static Eina_Bool __imf_event_key_down_cb(void *data, int type, void *event)
 
        if (!safeStrCmp(commit_str, "Return"))
                return EINA_TRUE;
+       #if 0
        else if (!safeStrCmp(commit_str, KEY_BACK))
                return EINA_TRUE;
+       #endif
 
        if (!safeStrCmp(commit_str, "BackSpace")) {
                if (ad->sp_focused_num > 0)