Merge pull request #585 from serras/master

Conditionally compile
This commit is contained in:
Hylke Bons 2012-02-27 11:12:18 -08:00
commit ac739e5c74

View file

@ -78,7 +78,9 @@ namespace SparkleShare {
public void Run ()
{
Application.Run ();
#if !__MonoCS__
StatusIcon.Dispose ();
#endif
}
}
}