hide the dock when reconfiguring otherwise the user has to move the mouse over it to make it hide the first time

This commit is contained in:
Dana Jansens 2003-09-24 17:16:01 +00:00
parent 4cf0d783f7
commit 89d964d9fe

View file

@ -49,6 +49,7 @@ void dock_startup(gboolean reconfig)
stacking_add(DOCK_AS_WINDOW(dock));
dock_configure();
dock_hide(TRUE);
return;
}