From eb7a3a0638c12ea4f42cd9e62ba33369e8e06327 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 21:08:50 +0000 Subject: [PATCH] im just leaving the dock alone.. --- openbox/dock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2