From: Dana Jansens Date: Wed, 24 Sep 2003 17:16:01 +0000 (+0000) Subject: hide the dock when reconfiguring otherwise the user has to move the mouse over it... X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=89d964d9feacdd07b1037d2c5a073dbbdf3f6304;p=chaz%2Fopenbox hide the dock when reconfiguring otherwise the user has to move the mouse over it to make it hide the first time --- diff --git a/openbox/dock.c b/openbox/dock.c index 4c5e892a..63a7f977 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -49,6 +49,7 @@ void dock_startup(gboolean reconfig) stacking_add(DOCK_AS_WINDOW(dock)); dock_configure(); + dock_hide(TRUE); return; }