diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-31 19:59:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-31 19:59:31 +0000 |
| commit | 5daa08c680500a2ee90b5b8073abbe45129277b1 (patch) | |
| tree | a0685f9b00472e2ebf2eb22f9f918867ff559767 | |
| parent | d75e094032c10a4f752c83f8b01542739787e5f5 (diff) | |
80 col rule
| -rw-r--r-- | engines/openbox/obtheme.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/openbox/obtheme.c b/engines/openbox/obtheme.c index c4ec31fb..6653501a 100644 --- 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) || |
