projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37e7570
)
dont modify the time from the config parser
author
Dana Jansens
<danakj@orodu.net>
Mon, 8 Sep 2003 03:18:04 +0000
(
03:18
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 8 Sep 2003 03:18:04 +0000
(
03:18
+0000)
openbox/dock.c
patch
|
blob
|
history
diff --git
a/openbox/dock.c
b/openbox/dock.c
index 7511366ddc81a999bbdd5897e19220b25837485f..e24774753adb0680c32f0784f50be4eed63552ac 100644
(file)
--- 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);
}
}