dont modify the time from the config parser
This commit is contained in:
parent
37e7570954
commit
596be5028e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue