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 /control.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 'control.h')
-rw-r--r-- | control.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ protected: virtual void Hide(void) {} public: - cControlBlock(int Direction, const cChannel *Channel, const cEvent *Present, const cEvent *Following); + cControlBlock(const cChannel *Channel, const cEvent *Present, const cEvent *Following); ~cControlBlock(); virtual eOSState ProcessKey(eKeys Key); |