This commit is contained in:
Julien Danjou 2008-01-16 16:43:23 +01:00
parent 64776925be
commit b5e5878c2f
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ config_parse_screen(cfg_t *cfg, int screen)
statusbar->width = cfg_getint(cfgsectmp, "width"); statusbar->width = cfg_getint(cfgsectmp, "width");
statusbar->name = a_strdup(cfg_title(cfgsectmp)); statusbar->name = a_strdup(cfg_title(cfgsectmp));
create_widgets(cfgsectmp, statusbar); create_widgets(cfgsectmp, statusbar);
statusbar_list_append(&virtscreen->statusbar, statusbar); statusbar_list_push(&virtscreen->statusbar, statusbar);
} }
/* Layouts */ /* Layouts */