diff --git a/SparkleShare/Mac/SparkleBadger.cs b/SparkleShare/Mac/SparkleBadger.cs index 4ee0845b..f59c3d8f 100644 --- a/SparkleShare/Mac/SparkleBadger.cs +++ b/SparkleShare/Mac/SparkleBadger.cs @@ -16,7 +16,9 @@ using System; +using System.Drawing; using System.IO; +using System.Collections.Generic; using MonoMac.AppKit; using MonoMac.Foundation; @@ -33,7 +35,7 @@ namespace SparkleShare { public SparkleBadger (string [] paths) { - Paths = paths; + this.paths = paths; }