diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2012-09-14 06:48:37 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2012-09-14 06:48:37 (GMT) |
commit | 59d097bcead9b349e20a4ec193d76330e6899e53 (patch) | |
tree | 0b751bd425c2ee42254d04496512b79f15984ff8 /src/FbTk/EventManager.cc | |
parent | 541c8c407b7ba8dd10f85bb48bcb5900270b3f84 (diff) | |
download | fluxbox-59d097bcead9b349e20a4ec193d76330e6899e53.zip fluxbox-59d097bcead9b349e20a4ec193d76330e6899e53.tar.bz2 |
Fix bug: (re)setting timeouts on a running FbTk::Timer might lead to broken timer list
Setting a new timeout on a running FbTk::Timer must remove it from the timerlist,
otherwise the list is not ordered correctly anymore. So, we stop the running
FbTk::Timer, set the new timeout and restart it.
Diffstat (limited to 'src/FbTk/EventManager.cc')
0 files changed, 0 insertions, 0 deletions