always try to add phony e_exec instances to borders

devs/sachiel/e19
Mike Blumenkrantz 10 years ago
parent 720303b53b
commit d4e6c101ff
  1. 2
      src/bin/e_border.c

@ -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.
{

Loading…
Cancel
Save