From 5a8c236a70c45215b81d30f05a674e811b6b1bc0 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Fri, 8 Aug 2014 06:24:16 +0200 Subject: Fixed compiling with VDR < 1.7.34. (Closes #1893) --- mymenurecordings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mymenurecordings.c b/mymenurecordings.c index 02e541f..c23b60a 100644 --- a/mymenurecordings.c +++ b/mymenurecordings.c @@ -46,7 +46,7 @@ class myMenuRecordingInfo:public cOsdMenu myMenuRecordingInfo::myMenuRecordingInfo(const cRecording *Recording, bool WithButtons):cOsdMenu(trVDR("Recording info")) { -#if VDRVERSNUM >= 10728 +#if VDRVERSNUM >= 10734 if (mysetup.SetRecordingCat){ SetMenuCategory(mcRecordingInfo); } -- cgit v1.2.3