summaryrefslogtreecommitdiff
path: root/templatefile.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2009-06-01 15:04:41 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2009-06-01 15:04:41 +0200
commitaa62bc397b15c060c9326a22db26797d18b52789 (patch)
tree69d3e1c3f86508f901237f7ebf1d0e6164a68ceb /templatefile.c
parentc538fe29b1460f9fa8062b9b075e19b11833e3db (diff)
downloadvdr-plugin-epgsearch-aa62bc397b15c060c9326a22db26797d18b52789.tar.gz
vdr-plugin-epgsearch-aa62bc397b15c060c9326a22db26797d18b52789.tar.bz2
patches by Bittor Corl
Diffstat (limited to 'templatefile.c')
-rw-r--r--templatefile.c2
1 files changed, 2 insertions, 0 deletions
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<cTemplLine>::Load(FileName, true))
{