]> Dogcows Code - chaz/openbox/commitdiff
add support for the menu.items.activedisabled.text.color theme element
authorDana Jansens <danakj@orodu.net>
Sat, 5 May 2007 22:52:15 +0000 (22:52 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 5 May 2007 22:52:15 +0000 (22:52 +0000)
tools/themetoxml/themetoxml.c

index 43cbd6ff4b85b650622a6ca5af5cd81772a833b3..12944f88ba0f871d0612d01f8cad3412fbda3d22 100644 (file)
@@ -424,6 +424,8 @@ 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",
+                   &i, &j, &k); /* read this if we can */
         COLOR4("menu","activedisabled","text","primary",i,j,k,255);
     }
 
This page took 0.024942 seconds and 4 git commands to generate.