diff options
Diffstat (limited to 'menu_searchresults.c')
-rw-r--r-- | menu_searchresults.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_searchresults.c b/menu_searchresults.c index 850af9d..f825330 100644 --- a/menu_searchresults.c +++ b/menu_searchresults.c @@ -259,7 +259,7 @@ eOSState cMenuSearchResults::Record(void) #ifdef USE_PINPLUGIN aux = ""; - aux = UpdateAuxValue(aux, "protected", timer->FskProtection() ? "yes" : "no"); + aux = UpdateAuxValue(aux, "protected", timer->HasFlags(tfProtected) ? "yes" : "no"); fullaux = UpdateAuxValue(fullaux, "pin-plugin", aux); #endif |