mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Don't start a running timer.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6237 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1e9a109c85
commit
d859b1ddc0
@ -1,3 +1,6 @@
|
||||
2003-02-25 Alfredo Braunstein <abraunst@libero.it>
|
||||
|
||||
* forkedcontr.C (timer): don't start a running timer.
|
||||
|
||||
2003-02-21 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
|
@ -142,7 +142,7 @@ void ForkedcallsController::timer()
|
||||
}
|
||||
}
|
||||
|
||||
if (!forkedCalls.empty()) {
|
||||
if (!forkedCalls.empty() && !timeout_->running()) {
|
||||
timeout_->start();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user