app/file_mgr: don't allow any shortcut keys if warning box is opened.

This commit is contained in:
ChunEon Park 2014-11-01 17:13:37 +09:00
parent 9c37b14e98
commit b72a9a2b32
1 changed files with 1 additions and 0 deletions

View File

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