From 6fbfbee84cb3ff3e91a4dc9b503c3b45ed4e5401 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 3 Aug 2012 17:42:13 +0200 Subject: [PATCH] linux: Fix compile errors. #886 --- SparkleShare/Linux/SparkleSetup.cs | 2 +- SparkleShare/Linux/SparkleStatusIcon.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SparkleShare/Linux/SparkleSetup.cs b/SparkleShare/Linux/SparkleSetup.cs index a8137db5..292ebbea 100755 --- a/SparkleShare/Linux/SparkleSetup.cs +++ b/SparkleShare/Linux/SparkleSetup.cs @@ -687,7 +687,7 @@ namespace SparkleShare { if (!HasToplevelFocus) { string title = "Your shared project is ready!"; - string subtext = "You can find the files in your SparkleShare folder."); + string subtext = "You can find the files in your SparkleShare folder."; SparkleUI.Bubbles.Controller.ShowBubble (title, subtext, null); } diff --git a/SparkleShare/Linux/SparkleStatusIcon.cs b/SparkleShare/Linux/SparkleStatusIcon.cs index cc3a58ae..b34cd9b1 100644 --- a/SparkleShare/Linux/SparkleStatusIcon.cs +++ b/SparkleShare/Linux/SparkleStatusIcon.cs @@ -287,7 +287,7 @@ namespace SparkleShare { SparkleUIHelpers.GetIcon ("process-syncing-iii", 24), SparkleUIHelpers.GetIcon ("process-syncing-iiii", 24), SparkleUIHelpers.GetIcon ("process-syncing-iiiii", 24) - } + }; }