summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY.h7
-rw-r--r--menusched.c2
2 files changed, 6 insertions, 3 deletions
diff --git a/HISTORY.h b/HISTORY.h
index 893ae4e..6a0e581 100644
--- a/HISTORY.h
+++ b/HISTORY.h
@@ -5,8 +5,8 @@
*
*/
-#define _VERSION "1.1.51"
-#define VERSION_DATE "20.03.2017"
+#define _VERSION "1.1.52"
+#define VERSION_DATE "2103.2017"
#define DB_API 4
@@ -19,6 +19,9 @@
/*
* ------------------------------------
+2017-03-21 version 1.1.52(horchi)
+ - bugfix: crash in EPG menu
+
2017-03-20: version 1.1.51 (horchi)
- change: Removed compiler warnings when using clang
- added: Added clang++ to Make.config (as optional compiler)
diff --git a/menusched.c b/menusched.c
index 40b345d..7dbf30c 100644
--- a/menusched.c
+++ b/menusched.c
@@ -1209,7 +1209,7 @@ eOSState cMenuEpgWhatsOn::ProcessKey(eKeys Key)
if (item)
{
- const cEvent* event = item->epgEvent;
+ const cEvent* event = item->vdrEvent;
if (Count() && event)
return AddSubMenu(new cMenuEpgEvent(menuDb, event, schedules,