changeset 1996:1abdcfc557d8 trunk

[svn] - fix the %20 in playlist issue. Patch by external contributor Ralf Ertzinger <ralf@skytale.net>
author nenolod
date Thu, 23 Nov 2006 10:38:16 -0800
parents bde68c58a207
children 93c59698f5fd
files ChangeLog audacious/widgets/playlist_list.c
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Nov 23 09:11:03 2006 -0800
+++ b/ChangeLog	Thu Nov 23 10:38:16 2006 -0800
@@ -1,3 +1,11 @@
+2006-11-23 17:11:03 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2979]
+  - fix handlers
+  
+  trunk/audacious/glade/prefswin.glade | 7221 +++++++++++++++++++++--------------
+  1 file changed, 4524 insertions(+), 2697 deletions(-)
+
+
 2006-11-23 16:40:31 +0000  Tony Vroon <chainsaw@gentoo.org>
   revision [2977]
   Fallback character -> character. Update PO files accordingly. Closes bug #641.
--- a/audacious/widgets/playlist_list.c	Thu Nov 23 09:11:03 2006 -0800
+++ b/audacious/widgets/playlist_list.c	Thu Nov 23 10:38:16 2006 -0800
@@ -639,6 +639,8 @@
         else
             title = str_to_utf8(entry->title);
 
+        title = convert_title_text(title);
+
         pos = playlist_get_queue_position(entry);
 
         tail[0] = 0;