maybe fix urgency thingy

SVN revision: 72598
This commit is contained in:
Mike Blumenkrantz 2012-06-21 12:05:58 +00:00
parent 08019c51a2
commit 939fc8a35e
1 changed files with 1 additions and 1 deletions

View File

@ -6732,7 +6732,7 @@ _e_border_eval0(E_Border *bd)
&is_urgent))
{
bd->client.icccm.accepts_focus = accepts_focus;
if ((bd->client.icccm.urgent != is_urgent) && (!bd->focused))
if ((bd->client.icccm.urgent != is_urgent) && ((!bd->focused) || (!is_urgent)))
change_urgent = 1;
bd->client.icccm.urgent = is_urgent;