diff --git a/SparkleShare/Mac/SparkleUI.cs b/SparkleShare/Mac/SparkleUI.cs index 8438ba2a..b31de156 100644 --- a/SparkleShare/Mac/SparkleUI.cs +++ b/SparkleShare/Mac/SparkleUI.cs @@ -52,7 +52,6 @@ namespace SparkleShare { public static SparkleStatusIcon StatusIcon; public static List OpenLogs; - public static int NewEvents; public static SparkleIntro Intro; public static NSFont Font; @@ -86,8 +85,7 @@ namespace SparkleShare { OpenLogs = new List (); StatusIcon = new SparkleStatusIcon (); - - NewEvents = 0; + SparkleShare.Controller.NotificationRaised += delegate {