summaryrefslogtreecommitdiff
path: root/menu_whatson.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2009-07-19 20:25:06 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2009-07-19 20:25:06 +0200
commitcfdde2eecd8c5deb53cfafc2b1922a3a76480bb1 (patch)
tree0462e9598ce3dcc033b303c3795937ae48954e3f /menu_whatson.c
parentdd3ff4d3f678a16d898b2b6ca05e28ab1aa8b691 (diff)
downloadvdr-plugin-epgsearch-cfdde2eecd8c5deb53cfafc2b1922a3a76480bb1.tar.gz
vdr-plugin-epgsearch-cfdde2eecd8c5deb53cfafc2b1922a3a76480bb1.tar.bz2
reverted the 'v' status flag
Diffstat (limited to 'menu_whatson.c')
-rw-r--r--menu_whatson.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_whatson.c b/menu_whatson.c
index 8b393b5..5f44ee9 100644
--- a/menu_whatson.c
+++ b/menu_whatson.c
@@ -173,7 +173,7 @@ bool cMenuMyScheduleItem::Update(bool Force)
else
{
t[0] = event && hasMatch ? (timerMatch == tmFull) ? ((timer && timer->Recording())?'R':'T') : 't' : ' ';
- v[0] = event && event->Vps() && (event->Vps() - event->StartTime()) ? 'V' : 'v';
+ v[0] = event && event->Vps() && (event->Vps() - event->StartTime()) ? 'V' : ' ';
r[0] = event && event->IsRunning() ? '*' : ' ';
}