From 9abd9689ddfbd3619b5513bae0f2046516cafb2f Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 30 May 2011 17:45:38 +0100 Subject: [PATCH] statusicon: fix style --- SparkleShare/SparkleStatusIcon.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SparkleShare/SparkleStatusIcon.cs b/SparkleShare/SparkleStatusIcon.cs index 44f3c71f..b39801db 100644 --- a/SparkleShare/SparkleStatusIcon.cs +++ b/SparkleShare/SparkleStatusIcon.cs @@ -88,7 +88,6 @@ namespace SparkleShare { UpdateMenu (); }); }; - } @@ -173,6 +172,7 @@ namespace SparkleShare { Menu.Add (subfolder_item); } + } else { MenuItem no_folders_item = new MenuItem (_("No Remote Folders Yet")) { Sensitive = false @@ -328,6 +328,7 @@ namespace SparkleShare { } } + public class SparkleMenuItem : ImageMenuItem { public SparkleMenuItem (string text) : base (text)