Implemented handling of number keys in the 'Timers' menu for toggling days

This commit is contained in:
Klaus Schmidinger
2004-11-14 16:27:27 +01:00
parent 1ed36b04bc
commit ac8e03a89c
6 changed files with 49 additions and 10 deletions

View File

@@ -3134,3 +3134,7 @@ Video Disk Recorder Revision History
- Added missing initialization of cEvent::seen.
- Checking PID language codes for ISO 639 compliance to avoid problems with
funny characters. Invalid language codes will be stored as "???".
- The '0' key now toggles the "Day" item in the "Timers" menu between "single
shot" and "repeating". The keys '1'...'7' can be used to toggle the individual
days ('1' is monday). Thanks to Sascha Klek for reporting a problem with the
'0' key in the "Day" item of the "Timers" menu.