summaryrefslogtreecommitdiff
path: root/tools/themetoxml/themetoxml.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-11 22:49:48 +0000
committerDana Jansens <danakj@orodu.net>2007-05-11 22:49:48 +0000
commitdb9190fb340d0e5e4b2591e13cac5b9926c8798d (patch)
tree9a0f0f121306c817f85edd31983a73c93bcd0c8a /tools/themetoxml/themetoxml.c
parent4845f271d9531aa718ee835b6a9645a67101261d (diff)
this is nothing but to add a commit message..
added support for menu.border.width !
Diffstat (limited to 'tools/themetoxml/themetoxml.c')
-rw-r--r--tools/themetoxml/themetoxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c
index ace17bf8..d5fee29f 100644
--- a/tools/themetoxml/themetoxml.c
+++ b/tools/themetoxml/themetoxml.c
@@ -346,7 +346,7 @@ int main(int argc, char **argv)
CONT3("dimensions", "window", "border", NUM(i));
CONT3("dimensions", "menu", "border", NUM(i));
}
- if (read_int(db, "menu.border.width", &i))
+ if (read_int(db, "menu.border.width", &i))
CONT3("dimensions", "menu", "border", NUM(i));
if (read_color(db, "border.color", &i, &j, &k)) {