eventlog: fix compile error

This commit is contained in:
Hylke Bons 2012-03-11 13:16:00 +00:00
parent ff63f75557
commit 3d78dc667c

View file

@ -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 ("<!-- $body-font-size -->", (double) (Style.FontDescription.Size / 1024 + 3) + "px");
html = html.Replace ("<!-- $day-entry-header-font-size -->", (Style.FontDescription.Size / 1024 + 3) + "px");