X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fdock.c;h=4c5e892a06e6359956f43de1cc59bc4dce156513;hb=6675b28dede3e0581a1b1bfb73fb0dd3b5dd1863;hp=fe9a0f507eba33d255eff0f7f41228b93fc601af;hpb=be79af11f68f2302023c0604a7662af74b2f423d;p=chaz%2Fopenbox diff --git a/openbox/dock.c b/openbox/dock.c index fe9a0f50..4c5e892a 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -584,7 +584,7 @@ void dock_hide(gboolean hide) /* if was hiding, stop it */ ob_main_loop_timeout_remove(ob_main_loop, hide_timeout); } else if (!dock->hidden && config_dock_hide) { - ob_main_loop_timeout_add(ob_main_loop, config_dock_hide_timeout, + ob_main_loop_timeout_add(ob_main_loop, config_dock_hide_delay, hide_timeout, NULL, NULL); } }