From 5cacee08d1379093ac3c2ac26cac7b29ccb5d306 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 1 May 2015 10:56:46 +0200 Subject: [PATCH] Version 0.4.4 --- HISTORY | 2 +- skindesigner.c | 2 +- views/animation.c | 1 - 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) {