From 40f55d99d551495639bf8682ad055b92cbeb6793 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sun, 6 Apr 2008 11:31:28 +0200 Subject: fix for ibox update problem --- pages/ibox.ecpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ibox.ecpp b/pages/ibox.ecpp index eeada61..4aaa957 100644 --- a/pages/ibox.ecpp +++ b/pages/ibox.ecpp @@ -121,7 +121,7 @@ TimerConflictNotifier timerNotifier(); if (prev_chan.Valid() && next_chan.Valid()) { - <& xmlresponse.ibox update=(update_status) type=(epgEvent->Id()) caption=(epgEvent->Caption()) currentTime=(epgEvent->CurrentTime(tr("%I:%M:%S %p"))) duration=(epgEvent->StartTime(tr("%I:%M %p")) + string(" - ") + epgEvent->EndTime(tr("%I:%M %p"))) title=(epgEvent->Title()) elapsed=(epgEvent->Elapsed()) prev_chan=(prev_chan) next_chan=(next_chan) infoMsg=(infoMsg) infoUrl=(infoUrl) &> +<& xmlresponse.ibox update=(update_status) type=(epgEvent->Id()) caption=(epgEvent->Caption()) currentTime=(epgEvent->CurrentTime(tr("%I:%M:%S %p"))) duration=(epgEvent->StartTime(tr("%I:%M %p")) + string(" - ") + epgEvent->EndTime(tr("%I:%M %p"))) title=(epgEvent->Title()) elapsed=(epgEvent->Elapsed()) prev_chan=(prev_chan) next_chan=(next_chan) infoMsg=(infoMsg) infoUrl=(infoUrl) &> <%cpp> } else if (prev_chan.Valid()) { -- cgit v1.2.3