From: Dana Jansens Date: Fri, 11 May 2007 22:49:48 +0000 (+0000) Subject: this is nothing but to add a commit message.. X-Git-Tag: shortcut-color~1039 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=db9190fb340d0e5e4b2591e13cac5b9926c8798d this is nothing but to add a commit message.. added support for menu.border.width ! --- diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c index ace17bf..d5fee29 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)) {