diff --git a/SparkleShare/Linux/SparkleEventLog.cs b/SparkleShare/Linux/SparkleEventLog.cs index 2e595a2e..8887b07a 100755 --- a/SparkleShare/Linux/SparkleEventLog.cs +++ b/SparkleShare/Linux/SparkleEventLog.cs @@ -232,7 +232,7 @@ namespace SparkleShare { string pixmaps_path = Path.Combine (SparkleUI.AssetsPath, "pixmaps"); string icons_path = new string [] {SparkleUI.AssetsPath, "icons", - "hicolor", "12x12", "status"}.Combine () + "hicolor", "12x12", "status"}.Combine (); html = html.Replace ("", (double) (Style.FontDescription.Size / 1024 + 3) + "px"); html = html.Replace ("", (Style.FontDescription.Size / 1024 + 3) + "px");