diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-01-09 13:15:45 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-01-09 13:15:45 +0100 |
commit | 287475be08c2e14e92111e86ac53003e101e854b (patch) | |
tree | b72f1772a5ef07dbf01e4860984a22c1768076cb /menu_whatson.c | |
parent | 7f9432fe4193dae2f2080407c7364b099300c2dd (diff) | |
download | vdr-plugin-epgsearch-287475be08c2e14e92111e86ac53003e101e854b.tar.gz vdr-plugin-epgsearch-287475be08c2e14e92111e86ac53003e101e854b.tar.bz2 |
updated support for pin plugin patch, thanks to Jiri Dobry for providing a patch
Diffstat (limited to 'menu_whatson.c')
-rw-r--r-- | menu_whatson.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_whatson.c b/menu_whatson.c index 826e564..f6ac49f 100644 --- a/menu_whatson.c +++ b/menu_whatson.c @@ -580,7 +580,7 @@ eOSState cMenuWhatsOnSearch::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 SetAux(timer, fullaux); |