From 68739fd72beb9745b3e47b9e466311ef23a8ca97 Mon Sep 17 00:00:00 2001 From: Timo Eskola Date: Tue, 2 Oct 2018 11:02:10 +0300 Subject: Fixed header row when after deleting or hiding recordings. --- duplicates.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'duplicates.c') diff --git a/duplicates.c b/duplicates.c index 7ffbeff..3b62b82 100644 --- a/duplicates.c +++ b/duplicates.c @@ -12,7 +12,7 @@ #include "menu.h" #include "recording.h" -static const char *VERSION = "1.0.0"; +static const char *VERSION = "1.0.1"; static const char *DESCRIPTION = trNOOP("Shows duplicate recordings"); static const char *MAINMENUENTRY = trNOOP("Duplicate recordings"); -- cgit v1.2.3