diff options
author | Midas <vdrportal_midas@gmx.de> | 2010-06-04 04:29:45 +0200 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2010-06-04 04:29:45 +0200 |
commit | 1fed95e0f593cf9835316533cdca257bc6e199cf (patch) | |
tree | c84eeb53b22f6e67d8fa85250baeb0d7eea7dd2c /status.h | |
parent | f9aace9ae188a9e3eec61400f2f0ea996f10aff5 (diff) | |
download | vdr-plugin-block-1fed95e0f593cf9835316533cdca257bc6e199cf.tar.gz vdr-plugin-block-1fed95e0f593cf9835316533cdca257bc6e199cf.tar.bz2 |
It turned out the former version of the 'Channel EPG' method
sometimes did not switch in the right direction only on
VDR 1.7.*. I had to do quite a lot of research to cut out
this nasty little bug. Again i hope its finally fixed now ;).
Thanks again to igel and vdrtux for testing and reporting.
Diffstat (limited to 'status.h')
-rw-r--r-- | status.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -11,8 +11,6 @@ #include <vdr/status.h> class cStatusBlock : public cStatus { -private: - int mLastChannel; protected: virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber); |