Index: devstatus-0.4.1/devstatus.c =================================================================== --- devstatus-0.4.1/devstatus.c (Revision 1) +++ devstatus-0.4.1/devstatus.c (Arbeitskopie) @@ -122,7 +122,7 @@ #else virtual void Recording(const cDevice *Device, const char *Name); #endif - virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber); + virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView); }; cList CurrentRecordings; @@ -656,7 +656,7 @@ } } -void cDevStatusMonitor::ChannelSwitch(const cDevice *Device, int ChannelNumber) { +void cDevStatusMonitor::ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView) { if (!ChannelNumber) return; update=1; }