summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-05-01 10:56:46 +0200
committerlouis <louis.braun@gmx.de>2015-05-01 10:56:46 +0200
commit5cacee08d1379093ac3c2ac26cac7b29ccb5d306 (patch)
treec2b558dda076e51dad9ba85b8f4dc81d5c5b084e
parent563a0485ee0881ad747a7ff9d6c43544277ed594 (diff)
downloadvdr-plugin-skindesigner-0.4.4.tar.gz
vdr-plugin-skindesigner-0.4.4.tar.bz2
Version 0.4.40.4.4
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
-rw-r--r--views/animation.c1
3 files changed, 2 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 2a98146..a4ec9f5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -306,4 +306,4 @@ Version 0.4.3
- added correct menucategory for skin setups
- fixed bug that tokens in image pathes are not replaced correctly
-
+Version 0.4.4
diff --git a/skindesigner.c b/skindesigner.c
index 301379d..fdccca5 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.4.3";
+static const char *VERSION = "0.4.4";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {
diff --git a/views/animation.c b/views/animation.c
index f7cedea..d0ca810 100644
--- a/views/animation.c
+++ b/views/animation.c
@@ -47,7 +47,6 @@ cAnimatedImage::cAnimatedImage(eAnimType animType, int animFreq, cRect &pos, int
}
cAnimatedImage::~cAnimatedImage() {
- esyslog("skindesigner: killing animation");
}
void cAnimatedImage::DrawBlink(void) {