tasklist: add tags as cache element (FS#227)
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e133f6c496
commit
c4f498fa14
|
@ -301,7 +301,7 @@ tasklist_new(Statusbar *statusbar, cfg_t *config)
|
|||
d->show = ShowFocus;
|
||||
|
||||
/* Set cache property */
|
||||
w->cache.flags = WIDGET_CACHE_CLIENTS;
|
||||
w->cache.flags = WIDGET_CACHE_CLIENTS | WIDGET_CACHE_TAGS;
|
||||
|
||||
return w;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue