summaryrefslogtreecommitdiff
path: root/menu_main.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-03-18 16:10:54 +0100
committerChristian Wieninger <cwieninger@gmx.de>2011-03-18 16:10:54 +0100
commitf5cb8d753eeaceaa0fa27544b349584d3b56e119 (patch)
tree660a1735e87e65a1cc382fbf1fa39e5c7090e416 /menu_main.c
parent4f912ae195571726d07f436433648d999be32b78 (diff)
downloadvdr-plugin-epgsearch-f5cb8d753eeaceaa0fa27544b349584d3b56e119.tar.gz
vdr-plugin-epgsearch-f5cb8d753eeaceaa0fa27544b349584d3b56e119.tar.bz2
reverted previous patch to support again the pin patch as delivered with the current extpatch
Diffstat (limited to 'menu_main.c')
-rw-r--r--menu_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_main.c b/menu_main.c
index cd5c475..4de14a8 100644
--- a/menu_main.c
+++ b/menu_main.c
@@ -226,7 +226,7 @@ eOSState cMenuSearchMain::Record(void)
}
#ifdef USE_PINPLUGIN
aux = "";
- aux = UpdateAuxValue(aux, "protected", timer->HasFlags(tfProtected) ? "yes" : "no");
+ aux = UpdateAuxValue(aux, "protected", timer->FskProtection() ? "yes" : "no");
fullaux = UpdateAuxValue(fullaux, "pin-plugin", aux);
#endif