rename old xrbd activedisabled to active.disabled
This commit is contained in:
parent
dcb76cac8f
commit
9cc523aa71
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ int main(int argc, char **argv)
|
|||
if (read_color(db, "menu.items.disabled.text.color",
|
||||
&i, &j, &k)) {
|
||||
COLOR3("menu","disabled","primary",i,j,k,255);
|
||||
read_color(db, "menu.items.activedisabled.text.color",
|
||||
read_color(db, "menu.items.active.disabled.text.color",
|
||||
&i, &j, &k); /* read this if we can */
|
||||
COLOR4("menu","activedisabled","text","primary",i,j,k,255);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue