From aa62bc397b15c060c9326a22db26797d18b52789 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Mon, 1 Jun 2009 15:04:41 +0200 Subject: patches by Bittor Corl --- templatefile.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templatefile.c') diff --git a/templatefile.c b/templatefile.c index 5b01534..102be37 100644 --- a/templatefile.c +++ b/templatefile.c @@ -145,9 +145,11 @@ cMenuTemplate* cTemplFile::GetTemplateByName(const char* Name) bool cTemplFile::Load(const char *FileName) { +#if APIVERSNUM >= 10503 // auto-enable WarEagle-Icons if VDRSymbols font is used if (strstr(Setup.FontOsd, "VDRSymbols") == Setup.FontOsd) EPGSearchConfig.WarEagle = 1; +#endif if (cConfig::Load(FileName, true)) { -- cgit v1.2.3