[ui] use controller method to quit

This commit is contained in:
Hylke Bons 2011-03-17 00:44:19 +00:00
parent 3d34906578
commit cfe930c979

View file

@ -45,6 +45,13 @@ namespace SparkleShare {
}
public override void WillTerminate (NSNotification notification)
{
SparkleShare.Controller.Quit ();
}
}