]> Dogcows Code - chaz/openbox/commitdiff
rename old xrbd activedisabled to active.disabled
authorDana Jansens <danakj@orodu.net>
Sat, 2 Jun 2007 18:51:45 +0000 (18:51 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 2 Jun 2007 18:51:45 +0000 (18:51 +0000)
tools/themetoxml/themetoxml.c

index bdb331b8ae77474a66e55dcf72359e22e85c4c6d..b1600aec8ab9ffe4450a6e14d3d6c1cc873d8afd 100644 (file)
@@ -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);
     }
This page took 0.023985 seconds and 4 git commands to generate.