# HG changeset patch # User nenolod # Date 1164679082 28800 # Node ID 917903e2fc1c865bd00882583fe4739c68ca7eea # Parent 200970e7a3b16f4721785aa9765ecf0e5dbbc8da [svn] - fix a bug regarding shaded mode in the playlist editor where decorations are not properly rendered. Patch by external contributor: Ralf Ertzinger diff -r 200970e7a3b1 -r 917903e2fc1c ChangeLog --- a/ChangeLog Mon Nov 27 15:38:11 2006 -0800 +++ b/ChangeLog Mon Nov 27 17:58:02 2006 -0800 @@ -1,3 +1,12 @@ +2006-11-27 23:38:11 +0000 William Pitcock + revision [3025] + - run chardet against even valid UTF-8 strings, as they may be non-UTF-8 + sequences encoded as UTF-8. + + trunk/audacious/util.c | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + + 2006-11-26 23:57:59 +0000 Adam Cecile revision [3023] Just ran make update-po. diff -r 200970e7a3b1 -r 917903e2fc1c audacious/widgets/skin.c --- a/audacious/widgets/skin.c Mon Nov 27 15:38:11 2006 -0800 +++ b/audacious/widgets/skin.c Mon Nov 27 17:58:02 2006 -0800 @@ -1806,7 +1806,7 @@ (i * 25) + 25, 0, 25, 14); /* right corner */ - skin_draw_pixmap(skin, drawable, gc, SKIN_PLEDIT, 99, focus ? 57 : 42, + skin_draw_pixmap(skin, drawable, gc, SKIN_PLEDIT, 99, focus ? 42 : 57, width - 50, 0, 50, 14); }