diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-20 14:15:27 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-20 14:15:27 +0100 |
commit | 837f5e2ea9fafe3d4a8d5f4d939c5d746ee6df7b (patch) | |
tree | 48417fc3a1b76ca69113c3de81747022e752a379 /HISTORY | |
parent | c60129ed78f328a323486f8c853e66d252f9aebf (diff) | |
download | vdr-837f5e2ea9fafe3d4a8d5f4d939c5d746ee6df7b.tar.gz vdr-837f5e2ea9fafe3d4a8d5f4d939c5d746ee6df7b.tar.bz2 |
Fixed a crash in the Schedule menu with events that have no title (cEvent::FixEpgBugs() now assigns a "No title" string to events that have no title)
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4202,3 +4202,6 @@ Video Disk Recorder Revision History pointers from cChannel objects (reported by Malte Schröder). - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). - Improved NULL checking in strreplace(). +- Fixed a crash in the Schedule menu with events that have no title (reported by + Rolf Ahrenberg). cEvent::FixEpgBugs() now assigns a "No title" string to events + that have no title. |