diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-04-06 11:31:28 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-04-06 11:31:28 +0200 |
commit | 40f55d99d551495639bf8682ad055b92cbeb6793 (patch) | |
tree | 41bf8e22c1f8b6429be8cfd696393afbbaf0ab99 | |
parent | 0ce3694cf4e9c8bbc764034dde78cab02dd8eaa2 (diff) | |
download | vdr-plugin-live-40f55d99d551495639bf8682ad055b92cbeb6793.tar.gz vdr-plugin-live-40f55d99d551495639bf8682ad055b92cbeb6793.tar.bz2 |
fix for ibox update problem
-rw-r--r-- | pages/ibox.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { </%cpp> - <& 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()) { |