summaryrefslogtreecommitdiff
path: root/lcarsng.c
diff options
context:
space:
mode:
authorKarl Melscher <kamel5@gmx.net>2018-03-07 15:48:53 +0100
committerKarl Melscher <kamel5@gmx.net>2018-03-07 15:51:26 +0100
commit5c1f44dbb4ba7708ee94055a14e48886ac9ca4b6 (patch)
tree78c113a077526bfbab0d2b85dd1bbe0cb2f7199e /lcarsng.c
parent125eb9aa40f2b552e816f4ebff67d2e77449e770 (diff)
downloadskin-lcarsng-5c1f44dbb4ba7708ee94055a14e48886ac9ca4b6.tar.gz
skin-lcarsng-5c1f44dbb4ba7708ee94055a14e48886ac9ca4b6.tar.bz2
More changes for VDR 2.3.x
Diffstat (limited to 'lcarsng.c')
-rw-r--r--lcarsng.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/lcarsng.c b/lcarsng.c
index c72e3d9..372f139 100644
--- a/lcarsng.c
+++ b/lcarsng.c
@@ -1806,17 +1806,19 @@ void cLCARSNGDisplayMenu::SetTitle(const char *Title)
if (const cTimers *Timers = cTimers::GetTimersRead(timersStateKey)) {
for (const cTimer *Timer = Timers->First(); Timer; Timer = Timers->Next(Timer)) {
#else
- if (Timers.Modified(lastTimersState)) {
+// if (Timers.Modified(lastTimersState)) {
for (cTimer *Timer = Timers.First(); Timer; Timer = Timers.Next(Timer)) {
#endif
if (Timer->HasFlags(tfActive))
NumTimers++;
}
- osd->DrawText(xs00, ys00, itoa(NumTimers), Theme.Color(clrMenuFrameFg), frameColor, font, xs03 - xs02, ys01 - ys00, taBottom | taLeft | taBorder);
+// osd->DrawText(xs00, ys00, itoa(NumTimers), Theme.Color(clrMenuFrameFg), frameColor, font, xs03 - xs02, ys01 - ys00, taBottom | taLeft | taBorder);
#if APIVERSNUM > 20300
timersStateKey.Remove();
-#endif
+//#endif
}
+#endif
+ osd->DrawText(xs00, ys00, itoa(NumTimers), Theme.Color(clrMenuFrameFg), frameColor, font, xs03 - xs02, ys01 - ys00, taBottom | taLeft | taBorder);
}
break;
default: