GNOME Bugzilla – Bug 623501
Renaming a note with XML characters will cause the Rename Note Links dialog to have no body
Last modified: 2010-07-04 18:06:58 UTC
Created attachment 165203 [details] Screenshot of the issue Repro 1. Create a note named "note A" 2. Create a note with a link to "note A" 3. Rename "note A" to "note </A>" Expected: Rename Note Links dialog describes the consequences of renaming the note. Actual: Rename Note Links dialog has no body. Cause: Gtk.Label is set to use markup, so the titles should be xml encoded.
Good catch.
Looks like this also affects Note.GetRenamedNoteXml. Tracing the code looks like this would only affect tomboy remote control and the SyncDialog, but I haven't tested it to confirm.