diff options
| author | Lefteris Chatzimparmpas <lefcha@fastmail.net> | 2013-08-11 14:45:29 +0200 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2013-08-11 13:13:41 -0400 |
| commit | 2b1a53cd730810fd8897433dd3faad29906a3b40 (patch) | |
| tree | 09ae5b42d479b2a075f2429e9ec210c66d82045c /openbox | |
| parent | b2b5df767cc54539f75fc1263fe21f8a0ab1d797 (diff) | |
Dock used showDelay for both hiding and showing (Bug 5811)
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 c26eee62..f18683d6 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -662,7 +662,7 @@ void dock_hide(gboolean hide) } else { if (!dock->hidden && config_dock_hide) { hide_timeout_id = g_timeout_add_full(G_PRIORITY_DEFAULT, - config_dock_show_delay, + config_dock_hide_delay, hide_timeout, NULL, NULL); } else if (dock->hidden && config_dock_hide && show_timeout_id) { if (show_timeout_id) g_source_remove(show_timeout_id); |
