1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-29 18:18:39 +00:00

fix $scroll color reset (add missing callback)

This commit is contained in:
Phil Sutter 2009-12-12 15:43:39 +01:00
parent 52b5fe11ed
commit 5c86a80614

View File

@ -75,6 +75,7 @@ void parse_scroll_arg(struct text_object *obj, const char *arg, void *free_at_cr
/* add a color object right after scroll to reset any color changes */
obj->next->type = OBJ_color;
obj->next->data.l = sd->resetcolor;
obj->next->callbacks.print = &new_fg;
#endif /* X11 */
}