diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-13 21:08:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-13 21:08:50 +0000 |
| commit | eb7a3a0638c12ea4f42cd9e62ba33369e8e06327 (patch) | |
| tree | 9d766bf3f59a6eb374400440b72f7803fccf8611 /openbox | |
| parent | 7a39cb3e8db767effc47508168b4b1dffb321224 (diff) | |
im just leaving the dock alone..
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/dock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/dock.c b/openbox/dock.c index 8967b8b1..ae42ab9d 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -414,7 +414,7 @@ void dock_configure() if (!dock->dock_apps) { STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); - } else if (config_dock_floating || config_dock_nostrut || config_dock_hide) + } else if (config_dock_floating || config_dock_nostrut) { STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); |
