From af3d85b54c7100809a6bdec12a46988c52d48a10 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 15 Dec 2011 21:20:23 +0100 Subject: [PATCH] Fix compile error --- SparkleShare/SparkleEventLog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleEventLog.cs b/SparkleShare/SparkleEventLog.cs index 5d680842..15c7452f 100755 --- a/SparkleShare/SparkleEventLog.cs +++ b/SparkleShare/SparkleEventLog.cs @@ -61,7 +61,7 @@ namespace SparkleShare { this.size_label = new Label () { Markup = "Size: " + Controller.Size + " " + - "History: " + Controller.HistorySize; + "History: " + Controller.HistorySize }; VBox layout_vertical = new VBox (false, 0);