cache is already invalidated

This commit is contained in:
Julien Danjou 2008-01-07 19:00:45 +01:00
parent 6483b36389
commit df121e7c03
1 changed files with 0 additions and 4 deletions

View File

@ -379,11 +379,7 @@ handle_event_propertynotify(XEvent * e)
break;
}
if(ev->atom == XA_WM_NAME || ev->atom == XInternAtom(globalconf.display, "_NET_WM_NAME", False))
{
client_updatetitle(c);
if(c == globalconf.focus->client)
widget_invalidate_cache(c->screen, WIDGET_CACHE_CLIENTS);
}
}
}