summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-05 22:52:15 +0000
committerDana Jansens <danakj@orodu.net>2007-05-05 22:52:15 +0000
commit2f5727ffe9196fe9d4c7442116680254b5e76561 (patch)
treec53655ba4c574fb17678b8e3a797e28e9580a8c5 /tools
parent526560b8a0871cd93f27c32442b3e470ec42ecb3 (diff)
add support for the menu.items.activedisabled.text.color theme element
Diffstat (limited to 'tools')
-rw-r--r--tools/themetoxml/themetoxml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c
index 43cbd6ff..12944f88 100644
--- a/tools/themetoxml/themetoxml.c
+++ b/tools/themetoxml/themetoxml.c
@@ -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);
}