diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-20 08:49:31 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-20 08:49:31 +0200 |
commit | 1efd5e6b7e2bc3cc75fb547f28799f7c32fb08aa (patch) | |
tree | 011a455251696fe09679b879d0aa0609c281e403 /skinlcars.c | |
parent | f90edc1e8b377242366e5d25e5443fcd3f41fe90 (diff) | |
download | vdr-1efd5e6b7e2bc3cc75fb547f28799f7c32fb08aa.tar.gz vdr-1efd5e6b7e2bc3cc75fb547f28799f7c32fb08aa.tar.bz2 |
Fixed displaying remote timers in the main menu of skin LCARS
Diffstat (limited to 'skinlcars.c')
-rw-r--r-- | skinlcars.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skinlcars.c b/skinlcars.c index 93ada5ee..c4278d27 100644 --- a/skinlcars.c +++ b/skinlcars.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: skinlcars.c 4.3 2017/01/19 15:27:48 kls Exp $ + * $Id: skinlcars.c 4.4 2017/04/20 08:46:42 kls Exp $ */ // "Star Trek: The Next Generation"(R) is a registered trademark of Paramount Pictures, @@ -1270,6 +1270,8 @@ void cSkinLCARSDisplayMenu::DrawTimers(void) FreeDeviceSlots.Append(y); y += lineHeight + Gap; } + else + continue; } else if (cRecordControl *RecordControl = cRecordControls::GetRecordControl(Timer)) { if (!Device || Device == RecordControl->Device()) { |