summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-24 17:16:01 +0000
committerDana Jansens <danakj@orodu.net>2003-09-24 17:16:01 +0000
commit89d964d9feacdd07b1037d2c5a073dbbdf3f6304 (patch)
tree83ffeafa9a2514ddd4ef13ea65762d3b1d6b38eb /openbox
parent4cf0d783f741cd1462f36bd03ef7fa9908975d3d (diff)
hide the dock when reconfiguring otherwise the user has to move the mouse over it to make it hide the first time
Diffstat (limited to 'openbox')
-rw-r--r--openbox/dock.c1
1 files changed, 1 insertions, 0 deletions
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;
}