summaryrefslogtreecommitdiff
path: root/menu_commands.c
diff options
context:
space:
mode:
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