[Gtk-sharp-list] Bug in MessageDialog

Edward Ned Harvey (mono) edward.harvey.mono at clevertrove.com
Tue Apr 28 15:06:17 UTC 2015


> From: gtk-sharp-list-bounces at lists.ximian.com [mailto:gtk-sharp-list-
> bounces at lists.ximian.com] On Behalf Of Jesus Eguiluz
> 
> This is because the MessageDialog widget uses pango markup by default
> (https://developer.gnome.org/pango/stable/PangoMarkupFormat.html) so
> in
> your example the "&" is used for special characters and try to parse it.
> 
> So if you not wan't use pango markup create the messagedialog with this
> contructor.
> 
> var md = new MessageDialog(null, DialogFlags.Modal, MessageType.Info,
> ButtonsType.Ok, false, msg);

Not a bug! I confirmed that took care of it. Thank you.


More information about the Gtk-sharp-list mailing list