diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2012-03-29 01:39:35 +0200 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2012-03-29 01:39:35 +0200 |
commit | 10d78a85a5e85170979b7695704203de86f17ad3 (patch) | |
tree | ddf86c5147cacbddfc64cfa8c5504512f39fc718 /status.c | |
parent | ac6f59f7f8ff37ffe9a97fe6127926d4b83703e7 (diff) | |
download | vdr-plugin-dynamite-10d78a85a5e85170979b7695704203de86f17ad3.tar.gz vdr-plugin-dynamite-10d78a85a5e85170979b7695704203de86f17ad3.tar.bz2 |
re-new the device bonding if a device is attachedv0.0.9e
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ cDynamiteStatus::cDynamiteStatus(int StartupChannel) isyslog("dynamite: startup channel is %d", startupChannel); } -void cDynamiteStatus::ChannelSwitch(const cDevice *Device, int ChannelNumber) +void cDynamiteStatus::ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView) { if ((ChannelNumber == 0) || startupChannelSet || (startupChannel < 0) || (switchCount > 1)) return; |