Fix compile error

This commit is contained in:
Hylke Bons 2011-12-15 21:20:23 +01:00
parent 6966c62e8f
commit af3d85b54c

View file

@ -61,7 +61,7 @@ namespace SparkleShare {
this.size_label = new Label () {
Markup = "<b>Size:</b> " + Controller.Size + " " +
"<b>History:</b> " + Controller.HistorySize;
"<b>History:</b> " + Controller.HistorySize
};
VBox layout_vertical = new VBox (false, 0);