summaryrefslogtreecommitdiff
path: root/control.h
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2010-06-04 04:29:45 +0200
committerMidas <vdrportal_midas@gmx.de>2010-06-04 04:29:45 +0200
commit1fed95e0f593cf9835316533cdca257bc6e199cf (patch)
treec84eeb53b22f6e67d8fa85250baeb0d7eea7dd2c /control.h
parentf9aace9ae188a9e3eec61400f2f0ea996f10aff5 (diff)
downloadvdr-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.h b/control.h
index 8029c52..3dfdc54 100644
--- a/control.h
+++ b/control.h
@@ -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);