# HG changeset patch # User nenolod # Date 1164307096 28800 # Node ID 1abdcfc557d8d9e1b3a16e62d2db8105a9049988 # Parent bde68c58a2070a29034ec474cd5309f453306a78 [svn] - fix the %20 in playlist issue. Patch by external contributor Ralf Ertzinger diff -r bde68c58a207 -r 1abdcfc557d8 ChangeLog --- 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 + 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 revision [2977] Fallback character -> character. Update PO files accordingly. Closes bug #641. diff -r bde68c58a207 -r 1abdcfc557d8 audacious/widgets/playlist_list.c --- 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;