summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-20 14:15:27 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-20 14:15:27 +0100
commit837f5e2ea9fafe3d4a8d5f4d939c5d746ee6df7b (patch)
tree48417fc3a1b76ca69113c3de81747022e752a379 /HISTORY
parentc60129ed78f328a323486f8c853e66d252f9aebf (diff)
downloadvdr-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--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2a952cb1..abdbc825 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.