Comment 4 for bug 508220

Revision history for this message
Michael Vogt (mvo) wrote :

Thanks Jean for looking into this!

I think the real problem is a bug in gtk, the default (glade) string is using <i>...</i> but in the code I use the (deprecated) gtk_label_set() so that should clean the markup. I switched that to "gtk_label_set_text()" now. But even then I see the italics.