changeset 2016:917903e2fc1c trunk

[svn] - fix a bug regarding shaded mode in the playlist editor where decorations are not properly rendered. Patch by external contributor: Ralf Ertzinger <ralf@skytale.net>
author nenolod
date Mon, 27 Nov 2006 17:58:02 -0800
parents 200970e7a3b1
children a99862e5bd65
files ChangeLog audacious/widgets/skin.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <gandalf@le-vert.net>
   revision [3023]
   Just ran make update-po.
--- 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);
 }