fix border color

This commit is contained in:
calmar 2008-01-01 16:58:13 +01:00 committed by Julien Danjou
parent e5af2dcf24
commit b832f96ba1
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ progressbar_new(Statusbar *statusbar, cfg_t *config)
if((color = cfg_getstr(cfg, "bcolor")))
d->bcolor[i] = initxcolor(statusbar->screen, color);
else
d->bcolor[i] = globalconf.screens[statusbar->screen].colors_normal[ColFG];
d->bcolor[i] = d->fg[i];
}