summaryrefslogtreecommitdiff
path: root/skinlcars.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-01-23 12:01:48 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-01-23 12:01:48 +0100
commit9b9d15438e37e968940b0d4056ae5f40202a9257 (patch)
tree89a95f6dda9c20aed0ff449ec5acee653d33076c /skinlcars.c
parent6121095a300bb5cd8731aefb74bc7b26315ce985 (diff)
downloadvdr-9b9d15438e37e968940b0d4056ae5f40202a9257.tar.gz
vdr-9b9d15438e37e968940b0d4056ae5f40202a9257.tar.bz2
Implemented the concept of 'master cams'
Diffstat (limited to 'skinlcars.c')
-rw-r--r--skinlcars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/skinlcars.c b/skinlcars.c
index 0fae3b85..93ada5ee 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.2 2016/12/22 14:05:56 kls Exp $
+ * $Id: skinlcars.c 4.3 2017/01/19 15:27:48 kls Exp $
*/
// "Star Trek: The Next Generation"(R) is a registered trademark of Paramount Pictures,
@@ -254,7 +254,7 @@ static bool DrawDeviceData(cOsd *Osd, const cDevice *Device, int x0, int y0, int
LastDeviceType = DeviceType;
// CAM:
if (CamSlot) {
- cString s = cString::sprintf("CAM %d", CamSlot->SlotNumber());
+ cString s = cString::sprintf("CAM %d", CamSlot->MasterSlotNumber());
Osd->DrawText(x, y1 - TinyFont->Height(), s, ColorFg, ColorBg, TinyFont);
xs = max(xs, x + TinyFont->Width(s));
}