diff options
Diffstat (limited to 'epgsearchext.h')
-rw-r--r-- | epgsearchext.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/epgsearchext.h b/epgsearchext.h index 4dce484..4677b07 100644 --- a/epgsearchext.h +++ b/epgsearchext.h @@ -41,9 +41,10 @@ The project's page is at http://winni.vdr-developer.org/epgsearch typedef enum { - blacklistsNo = 0, + blacklistsOnlyGlobal = 0, blacklistsSelection, - blacklistsAll + blacklistsAll, + blacklistsNone } blacklistModes; typedef enum |