only block fileman zone refocus if top client is not ignored

T854
This commit is contained in:
Mike Blumenkrantz 2014-01-27 09:44:50 -05:00
parent cd2cde6477
commit 83a009c685
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ _e_fwin_client_hook_focus_unset(void *d EINA_UNUSED, E_Client *ec)
/* if there is no new focused, set focus to zone fwin */
if (e_client_focused_get() ||
e_desk_client_top_visible_get(e_desk_current_get(ec->zone))) return;
(!e_client_util_ignored_get(e_desk_client_top_visible_get(e_desk_current_get(ec->zone))))) return;
fwin = e_fwin_zone_find(ec->zone);
if (fwin)
evas_object_focus_set(fwin->cur_page->fm_obj, 1);