always try to add phony e_exec instances to borders

This commit is contained in:
Mike Blumenkrantz 2013-06-18 10:59:27 +01:00
parent 720303b53b
commit d4e6c101ff
1 changed files with 2 additions and 0 deletions

View File

@ -7994,6 +7994,8 @@ _e_border_eval0(E_Border *bd)
bd->exe_inst = inst;
e_exec_instance_found(inst);
}
else if (!inst)
e_exec_phony(bd);
if (e_config->window_grouping) // FIXME: We may want to make the border "urgent" so that the user knows it appeared.
{