hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=b72a9a2b32612bd1d8b6fd1ec5de4d154b167fba

commit b72a9a2b32612bd1d8b6fd1ec5de4d154b167fba
Author: ChunEon Park <[email protected]>
Date:   Sat Nov 1 17:13:37 2014 +0900

    app/file_mgr: don't allow any shortcut keys if warning box is opened.
---
 src/bin/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/main.c b/src/bin/main.c
index c7f1eb2..b1e8952 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -674,6 +674,7 @@ main_key_down_cb(void *data, int type EINA_UNUSED, void *ev)
      }
 
    if (menu_activated_get() > 0) return ECORE_CALLBACK_PASS_ON;
+   if (file_mgr_warning_is_opened()) return ECORE_CALLBACK_PASS_ON;
 
    //Control Key
    if (!strcmp("Control_L", event->key))

-- 


Reply via email to