From: Dana Jansens Date: Sun, 13 May 2007 21:08:50 +0000 (+0000) Subject: im just leaving the dock alone.. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=eb7a3a0638c12ea4f42cd9e62ba33369e8e06327;p=chaz%2Fopenbox im just leaving the dock alone.. --- 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);