Fixed a bug with remotetimers

This commit is contained in:
louis 2013-07-20 15:53:33 +02:00
parent 9ea5527cae
commit 2e682b0c8d
1 changed files with 3 additions and 1 deletions

View File

@ -66,6 +66,8 @@ void cEpgGrid::SetTimer() {
rt.event = event;
if (pRemoteTimers->Service("RemoteTimers::GetTimerByEvent-v1.0", &rt))
hasTimer = true;
else
hasTimer = false;
} else if (column->HasTimer()) {
hasTimer = event->HasTimer();
} else {
@ -156,4 +158,4 @@ void cEpgGrid::debug() {
viewportHeight,
event->Duration()/60,
active);
}
}