diff options
author | Midas <vdrportal_midas@gmx.de> | 2010-11-13 22:36:41 +0100 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2010-11-13 22:36:41 +0100 |
commit | 58379189a1a425eae045533f9f5c037a142776c5 (patch) | |
tree | 946449563874cd9d46ae090678d9e361c64b9550 /block.c | |
parent | e01f4889d18b73e586a00265ba608cdfafc18e03 (diff) | |
download | vdr-plugin-block-dev.tar.gz vdr-plugin-block-dev.tar.bz2 |
Bugfix:dev
Plugin could have been showing misbehaviour if all channels on a given
transponder were blocked and the device was locked by recording from
one of the channels. Fixed.
Features:
Updated Italian translation. Thanks again to Diego Pierotto.
Diffstat (limited to 'block.c')
-rw-r--r-- | block.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ using namespace std; -static const char *VERSION = "0.1.0a"; +static const char *VERSION = "0.1.1"; static const char *DESCRIPTION = trNOOP("Block unwanted shows by EPG title"); static const char *MAINMENUENTRY = trNOOP("(De)Block broadcast"); |