diff options
author | Thomas Günther <tom@toms-cafe.de> | 2009-07-19 23:44:15 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-07-19 23:44:15 +0200 |
commit | 2f6dbf5a5ad81d3d59d6f7d058cf3eee6227e019 (patch) | |
tree | c8f9b262dcdaaa91c7c98b34af45c51435231a32 /status.c | |
parent | c724dfadef3836f2ac7fa38f09a9a042aaf90622 (diff) | |
download | vdr-plugin-text2skin-2f6dbf5a5ad81d3d59d6f7d058cf3eee6227e019.tar.gz vdr-plugin-text2skin-2f6dbf5a5ad81d3d59d6f7d058cf3eee6227e019.tar.bz2 |
Fixed resetting of replay information (closes #156)
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |