From 2f936c22b443086d6d621ab37dd9523d8f153f1d Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Thu, 18 Jan 2007 18:29:30 +0000 Subject: - added status monitor to reload timers when a recording starts or stops --- timers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timers.cpp') diff --git a/timers.cpp b/timers.cpp index b497d1b..9f0c8fb 100644 --- a/timers.cpp +++ b/timers.cpp @@ -109,7 +109,7 @@ void TimerManager::DoPendingWork() dsyslog("SV: signalling waiters"); m_updateWait.Broadcast(); } - m_timers.ReloadTimers(); + DoReloadTimers(); } void TimerManager::DoUpdateTimers() -- cgit v1.2.3