diff options
Diffstat (limited to 'menu_commands.c')
-rw-r--r-- | menu_commands.c | 2 |
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 |