X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=tools%2Fthemetoxml%2Fthemetoxml.c;h=d5fee29f7fb7ae54e440ac692b76eace6d9794df;hb=ecfd93b1868975f0b881622e5a2e55d4e1834cd9;hp=ace17bf8f824b2034bfd405d2cc193e5777dee1c;hpb=4845f271d9531aa718ee835b6a9645a67101261d;p=chaz%2Fopenbox 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)) {