summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-14 10:40:12 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-14 10:40:12 +0200
commit360a403f9132ad7296a535bdb4856fd92e9c5b11 (patch)
tree89adc0c3c2ce8cff7716065c673890788c7d10a7 /HISTORY
parent2168d734005dde0dc7ce43e17f065fa51a1d2ad7 (diff)
downloadvdr-360a403f9132ad7296a535bdb4856fd92e9c5b11.tar.gz
vdr-360a403f9132ad7296a535bdb4856fd92e9c5b11.tar.bz2
Fixed unnecessary Set() calls in cMenuEditIntItem::ProcessKey()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5433ac6e..c753b6b1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4510,3 +4510,4 @@ Video Disk Recorder Revision History
- Removed the unnecessary 'value' member from cMenuEditItem.
- Fixed the initial setting of the time transponder setup parameter (reported
by Thomas Günther).
+- Fixed unnecessary Set() calls in cMenuEditIntItem::ProcessKey().