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:
Angus Leeming 2003-02-25 11:33:00 +00:00
parent 1e9a109c85
commit d859b1ddc0
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -142,7 +142,7 @@ void ForkedcallsController::timer()
}
}
if (!forkedCalls.empty()) {
if (!forkedCalls.empty() && !timeout_->running()) {
timeout_->start();
}