[link] fix brokenness when using underlines in the file name

This commit is contained in:
Hylke Bons 2010-10-04 23:57:43 +01:00
parent 45d2086037
commit b2e9a2edf4

View file

@ -26,9 +26,10 @@ namespace SparkleShare {
public SparkleLink (string title, string url) : base () public SparkleLink (string title, string url) : base ()
{ {
Label label = new Label (title) { Label label = new Label () {
Ellipsize = Pango.EllipsizeMode.Middle, Ellipsize = Pango.EllipsizeMode.Middle,
UseMarkup = true, UseMarkup = true,
Markup = title,
Xalign = 0 Xalign = 0
}; };