projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d75e094
)
80 col rule
author
Dana Jansens
<danakj@orodu.net>
Mon, 31 Mar 2003 19:59:31 +0000
(19:59 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 31 Mar 2003 19:59:31 +0000
(19:59 +0000)
engines/openbox/obtheme.c
patch
|
blob
|
history
diff --git
a/engines/openbox/obtheme.c
b/engines/openbox/obtheme.c
index c4ec31fb5bca9b7a3aafb9b5ff170eea4d82eb63..6653501a5b268f5cdb6e3e3c9125060c302f1e75 100644
(file)
--- a/
engines/openbox/obtheme.c
+++ b/
engines/openbox/obtheme.c
@@
-328,7
+328,8
@@
gboolean obtheme_load()
}
if (!read_int(db, "handleWidth", &ob_s_handle_height) ||
- ob_s_handle_height < 0 || ob_s_handle_height > 100) ob_s_handle_height = 6;
+ ob_s_handle_height < 0 || ob_s_handle_height > 100)
+ ob_s_handle_height = 6;
if (!read_int(db, "bevelWidth", &ob_s_bevel) ||
ob_s_bevel <= 0 || ob_s_bevel > 100) ob_s_bevel = 3;
if (!read_int(db, "borderWidth", &ob_s_bwidth) ||