From 596be5028eac609a0ac7a803c539c510617ab54b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 8 Sep 2003 03:18:04 +0000 Subject: [PATCH] dont modify the time from the config parser --- openbox/dock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/dock.c b/openbox/dock.c index 7511366d..e2477475 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -560,7 +560,7 @@ void dock_hide(gboolean hide) /* if was hiding, stop it */ ob_main_loop_timeout_remove(ob_main_loop, hide_timeout); } else { - ob_main_loop_timeout_add(ob_main_loop, config_dock_hide_timeout * 1000, + ob_main_loop_timeout_add(ob_main_loop, config_dock_hide_timeout, hide_timeout, NULL, NULL); } } -- 2.39.2