- fixed SF# 1916763: Bug in Activity?

This commit is contained in:
Guenter Obiltschnig 2008-09-16 19:47:36 +00:00
parent 57762a2cfc
commit 3bc63ca732

View File

@ -124,7 +124,7 @@ public:
{ {
FastMutex::ScopedLock lock(_mutex); FastMutex::ScopedLock lock(_mutex);
if (_stopped) if (!_running)
{ {
_done.reset(); _done.reset();
_stopped = false; _stopped = false;