diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-25 12:26:09 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-25 12:26:09 +0200 |
commit | 2e01178e54eab038d26ecdce20014d5ad386d589 (patch) | |
tree | e135cf5efd38a2347a39701746b7cb61d46f68be /HISTORY | |
parent | a512b9a9fa24250ac16316916c5b015a15666b33 (diff) | |
download | vdr-2e01178e54eab038d26ecdce20014d5ad386d589.tar.gz vdr-2e01178e54eab038d26ecdce20014d5ad386d589.tar.bz2 |
Fixed deleting the 'skinDescriptions' in cMenuSetupOSD::~cMenuSetupOSD()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4716,7 +4716,7 @@ Video Disk Recorder Revision History - Fixed automatically updating the CAM menu in case the whole operation (for instance a firmware update) takes longer than the menu timeout. -2006-05-20: Version 1.4.0-2 +2006-05-25: Version 1.4.0-2 - Removed leftover LSMOD=... line from 'runvdr'. - Modified the Makefile to copy additional libraries a plugin might provide (suggested @@ -4725,3 +4725,5 @@ Video Disk Recorder Revision History '-a' was given (based on a patch from Werner Fink). To avoid having to increment the API version, several #if checks have been introduced around this. These will be removed once the API version actually needs to be incremented. +- Fixed deleting the 'skinDescriptions' in cMenuSetupOSD::~cMenuSetupOSD() (thanks + to Tobias Grimm). |