GNOME Bugzilla – Bug 709933
channel list – markup in channel names needs to be escaped
Last modified: 2013-10-12 19:51:10 UTC
When I join "#<b>test&test</b>" it shows up as "test&test" in the channel list – in bold. When I join "#test&test" it shows up as an empty row, and the following warning is printed: (polari:162499): 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 &
Created attachment 257119 [details] [review] roomList: Don't use markup in room label A bold room label used to indicate highlighted messages in the corresponding channel; since commit cb69f7d3a62 this is no longer the case, so stop using markup altogether - this will also relieve us from escaping any markup from the room name.
Attachment 257119 [details] pushed as c7ff4c1 - roomList: Don't use markup in room label