diff audacious/widgets/playlist_list.c @ 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 e549a118c972
children c547fe73f290
line wrap: on
line diff
--- 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;