diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-08 03:18:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-08 03:18:04 +0000 |
| commit | 596be5028eac609a0ac7a803c539c510617ab54b (patch) | |
| tree | 2d815ada84351bbc3a8af365b187b23fd6c0792c /openbox | |
| parent | 37e757095446aab8abf3254c73447b23c95146c8 (diff) | |
dont modify the time from the config parser
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/dock.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
