fix flags assignment
This commit is contained in:
parent
860f811bb6
commit
3ed6ac2bdf
|
@ -185,8 +185,7 @@ taglist_new(Statusbar *statusbar, cfg_t *config)
|
||||||
w->button_press = taglist_button_press;
|
w->button_press = taglist_button_press;
|
||||||
|
|
||||||
/* Set cache property */
|
/* Set cache property */
|
||||||
w->cache.flags = WIDGET_CACHE_TAGS;
|
w->cache.flags = WIDGET_CACHE_TAGS | WIDGET_CACHE_CLIENTS;
|
||||||
w->cache.flags = WIDGET_CACHE_CLIENTS;
|
|
||||||
|
|
||||||
return w;
|
return w;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue