dont modify the time from the config parser

This commit is contained in:
Dana Jansens 2003-09-08 03:18:04 +00:00
parent 37e7570954
commit 596be5028e

View file

@ -560,7 +560,7 @@ void dock_hide(gboolean hide)
/* if was hiding, stop it */ /* if was hiding, stop it */
ob_main_loop_timeout_remove(ob_main_loop, hide_timeout); ob_main_loop_timeout_remove(ob_main_loop, hide_timeout);
} else { } 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); hide_timeout, NULL, NULL);
} }
} }