all repos — openbox @ 596be5028eac609a0ac7a803c539c510617ab54b

openbox fork - make it a bit more like ryudo

dont modify the time from the config parser
Dana Jansens danakj@orodu.net
commit

596be5028eac609a0ac7a803c539c510617ab54b

parent

37e757095446aab8abf3254c73447b23c95146c8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/dock.copenbox/dock.c

@@ -560,7 +560,7 @@

/* 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); } }