mac: terminate the cocoa way

This commit is contained in:
Hylke Bons 2011-06-29 21:55:58 +01:00
parent cfbdf98150
commit 338b2ce84a

View file

@ -180,6 +180,7 @@ namespace SparkleShare {
new public void Quit ()
{
this.watcher.Dispose ();
NSApplication.SharedApplication.Terminate (new NSObject ());
base.Quit ();
}
}