X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fdock.c;h=f18683d6044e5d684a0e24414319cc3028334376;hp=c26eee6291457adefc0394c930213ca96ab7ae52;hb=2b1a53cd730810fd8897433dd3faad29906a3b40;hpb=b2b5df767cc54539f75fc1263fe21f8a0ab1d797 diff --git a/openbox/dock.c b/openbox/dock.c index c26eee62..f18683d6 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -662,7 +662,7 @@ void dock_hide(gboolean hide) } else { if (!dock->hidden && config_dock_hide) { hide_timeout_id = g_timeout_add_full(G_PRIORITY_DEFAULT, - config_dock_show_delay, + config_dock_hide_delay, hide_timeout, NULL, NULL); } else if (dock->hidden && config_dock_hide && show_timeout_id) { if (show_timeout_id) g_source_remove(show_timeout_id);