projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4845f27
)
this is nothing but to add a commit message..
author
Dana Jansens
<danakj@orodu.net>
Fri, 11 May 2007 22:49:48 +0000
(22:49 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 11 May 2007 22:49:48 +0000
(22:49 +0000)
added support for
menu.border.width
!
tools/themetoxml/themetoxml.c
patch
|
blob
|
history
diff --git
a/tools/themetoxml/themetoxml.c
b/tools/themetoxml/themetoxml.c
index ace17bf8f824b2034bfd405d2cc193e5777dee1c..d5fee29f7fb7ae54e440ac692b76eace6d9794df 100644
(file)
--- 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)) {