From 3d78dc667c41f8760692fd6997c62454d3d59a92 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 11 Mar 2012 13:16:00 +0000 Subject: [PATCH] eventlog: fix compile error --- SparkleShare/Linux/SparkleEventLog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");