diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-02 18:51:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-02 18:51:45 +0000 |
| commit | 9cc523aa71d5c25a7ac0380c2349e3634d240f6d (patch) | |
| tree | 44543bf2b953d4ed5e1e592f3f72eb7a61567b83 /tools/themetoxml | |
| parent | dcb76cac8fdea9825332ba66894d8a63bd22c791 (diff) | |
rename old xrbd activedisabled to active.disabled
Diffstat (limited to 'tools/themetoxml')
| -rw-r--r-- | tools/themetoxml/themetoxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c index bdb331b8..b1600aec 100644 --- a/tools/themetoxml/themetoxml.c +++ b/tools/themetoxml/themetoxml.c @@ -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); } |
