summaryrefslogtreecommitdiff
path: root/menu_commands.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_commands.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_commands.c')
-rw-r--r--menu_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_commands.c b/menu_commands.c
index f7e654c..ab0ef99 100644
--- a/menu_commands.c
+++ b/menu_commands.c
@@ -165,7 +165,7 @@ eOSState cMenuSearchCommands::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