diff options
author | louis <louis.braun@gmx.de> | 2015-05-01 10:56:46 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-01 10:56:46 +0200 |
commit | 5cacee08d1379093ac3c2ac26cac7b29ccb5d306 (patch) | |
tree | c2b558dda076e51dad9ba85b8f4dc81d5c5b084e | |
parent | 563a0485ee0881ad747a7ff9d6c43544277ed594 (diff) | |
download | vdr-plugin-skindesigner-0.4.4.tar.gz vdr-plugin-skindesigner-0.4.4.tar.bz2 |
Version 0.4.40.4.4
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 | ||||
-rw-r--r-- | views/animation.c | 1 |
3 files changed, 2 insertions, 3 deletions
@@ -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) { |