The "flags" of a timer are now handled as an unsigned integer value

This commit is contained in:
Klaus Schmidinger
2006-01-06 14:31:57 +01:00
parent 16f037e3c2
commit 72e93b614b
6 changed files with 25 additions and 23 deletions

View File

@@ -4116,3 +4116,5 @@ Video Disk Recorder Revision History
- Any cReceivers still attached to a cDevice when that device switches to a
different transponder are now automatically detached (suggested by Patrick
Fischer).
- The "flags" of a timer are now handled as an unsigned integer value. In order
to do this, the interface of cMenuEditBitItem also had to be changed.