summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2009-07-19 23:44:15 +0200
committerThomas Günther <tom@toms-cafe.de>2009-07-19 23:44:15 +0200
commit2f6dbf5a5ad81d3d59d6f7d058cf3eee6227e019 (patch)
treec8f9b262dcdaaa91c7c98b34af45c51435231a32
parentc724dfadef3836f2ac7fa38f09a9a042aaf90622 (diff)
downloadvdr-plugin-text2skin-2f6dbf5a5ad81d3d59d6f7d058cf3eee6227e019.tar.gz
vdr-plugin-text2skin-2f6dbf5a5ad81d3d59d6f7d058cf3eee6227e019.tar.bz2
Fixed resetting of replay information (closes #156)
-rw-r--r--HISTORY1
-rw-r--r--status.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index f16165e..6b0e89a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -96,6 +96,7 @@ ____-__-__: Version 1.3
- Adapted to new recording format and variable frame rate (VDR >= 1.7.3 -
closes #150)
- Updated Italian language texts (thanks to Diego Pierotto / closes #153)
+- Fixed resetting of replay information (closes #156)
2009-06-01: Version 1.2
diff --git a/status.c b/status.c
index 442eb30..63c9f70 100644
--- a/status.c
+++ b/status.c
@@ -39,6 +39,7 @@ void cText2SkinStatus::Replaying(const cControl* /*Control*/, const char *Name,
{
Dprintf("cText2SkinStatus::Replaying(%s)\n", Name);
eReplayMode oldMode = mReplayMode;
+ mReplay = NULL;
if (mRender != NULL)
mRender->UpdateLock();