diff options
| author | Andreas Mair <andreas@vdr-developer.org> | 2011-04-15 09:03:16 +0200 |
|---|---|---|
| committer | Andreas Mair <andreas@vdr-developer.org> | 2011-04-15 09:03:16 +0200 |
| commit | 1db0647d868664cb4d296883a14519cdc6823aaf (patch) | |
| tree | 958735f226ff65dfced3b300614ef93fb6b98cdc /myreplaycontrol.h | |
| parent | e599ddd1095c0c60d119ba58038a0ef742bfe72f (diff) | |
| download | vdr-plugin-extrecmenu-1.2.1.tar.gz vdr-plugin-extrecmenu-1.2.1.tar.bz2 | |
"Call plugin after playback" option now is used also if a recording has been watch to its end.v1.2.1
Diffstat (limited to 'myreplaycontrol.h')
| -rw-r--r-- | myreplaycontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myreplaycontrol.h b/myreplaycontrol.h index ae4a9c0..f28a67f 100644 --- a/myreplaycontrol.h +++ b/myreplaycontrol.h @@ -2,7 +2,7 @@ class myReplayControl:public cReplayControl { private: bool timesearchactive; - eOSState lastState; + bool fCallPlugin; public: myReplayControl(); ~myReplayControl(); |
