From: Dana Jansens Date: Mon, 8 Sep 2003 03:18:04 +0000 (+0000) Subject: dont modify the time from the config parser X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=596be5028eac609a0ac7a803c539c510617ab54b;p=chaz%2Fopenbox dont modify the time from the config parser --- 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); } }