tasklist: add tags as cache element (FS#227)
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
4ba2e22bae
commit
c4a01031c4
|
@ -392,7 +392,7 @@ tasklist_new(alignment_t align __attribute__ ((unused)))
|
||||||
d->label = LUA_REFNIL;
|
d->label = LUA_REFNIL;
|
||||||
|
|
||||||
/* Set cache property */
|
/* Set cache property */
|
||||||
w->cache_flags = WIDGET_CACHE_CLIENTS;
|
w->cache_flags = WIDGET_CACHE_CLIENTS | WIDGET_CACHE_TAGS;
|
||||||
|
|
||||||
return w;
|
return w;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue