GNOME Bugzilla – Bug 635282
'&' in playlist names leads to render fail
Last modified: 2010-11-19 17:44:26 UTC
If one has '&' character in playlist name, GTK will not render markup as planned, showing raw markup text in gui and warning in terminal window. I think that you should escape '&' as '&' before sending it to gtk. Probably other characters need escaping too.
I can't reproduce the bug; works fine for me.
Created attachment 174862 [details] Proofpic Pic & log from terminal: (Banshee:6738): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &
Ah, ok -- is it only messed up in the remove-tracks confirmation dialog(s)?
I haven't seen it anywhere except remove-confirmation, but not sure.
Thanks, fixed in master.