]> Dogcows Code - chaz/openbox/blobdiff - tools/themetoxml/themetoxml.c
this is nothing but to add a commit message..
[chaz/openbox] / tools / themetoxml / themetoxml.c
index ace17bf8f824b2034bfd405d2cc193e5777dee1c..d5fee29f7fb7ae54e440ac692b76eace6d9794df 100644 (file)
@@ -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)) {
This page took 0.027796 seconds and 4 git commands to generate.