diff options
author | Midas <vdrportal_midas@gmx.de> | 2010-11-13 22:27:56 +0100 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2010-11-13 22:27:56 +0100 |
commit | 8ae3720b75e65a1b822a167d198306c83db60cbb (patch) | |
tree | 5494c1c7a81ef9655756e8370b5f82a6d3a721a2 /block.c | |
parent | b7d3cedf918a62951385e27ef2a7e54fd3651eaf (diff) | |
download | vdr-plugin-block-8ae3720b75e65a1b822a167d198306c83db60cbb.tar.gz vdr-plugin-block-8ae3720b75e65a1b822a167d198306c83db60cbb.tar.bz2 |
Bugfix:
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"); |