force client urgency unsetting on focus

fix T1016
This commit is contained in:
Mike Blumenkrantz 2014-02-27 21:05:33 -05:00
parent 254a318fc6
commit c720451933
1 changed files with 1 additions and 0 deletions

View File

@ -3112,6 +3112,7 @@ e_client_focused_set(E_Client *ec)
if (ec)
{
ec->focused = 1;
e_client_urgent_set(ec, 0);
if (!e_config->allow_above_fullscreen)
{
int x, total = ec->zone->desk_x_count * ec->zone->desk_y_count;