diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | status.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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(); |