summaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2010-11-13 22:27:56 +0100
committerMidas <vdrportal_midas@gmx.de>2010-11-13 22:27:56 +0100
commit8ae3720b75e65a1b822a167d198306c83db60cbb (patch)
tree5494c1c7a81ef9655756e8370b5f82a6d3a721a2 /block.c
parentb7d3cedf918a62951385e27ef2a7e54fd3651eaf (diff)
downloadvdr-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block.c b/block.c
index 67ad63c..a0aa345 100644
--- a/block.c
+++ b/block.c
@@ -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");