mac: also use growl for conflict bubble

This commit is contained in:
Hylke Bons 2011-05-29 23:36:01 +01:00
parent 09fc1bc4cf
commit 4e84774cb1

View file

@ -123,7 +123,15 @@ namespace SparkleShare {
});
};
SparkleShare.Controller.ConflictNotificationRaised += delegate {
string title = "Ouch! Mid-air collision!";
string subtext = "Don't worry, SparkleShare made a copy of each conflicting file.";
new SparkleBubble (title, subtext).Show ();
};
SparkleShare.Controller.AvatarFetched += delegate {
InvokeOnMainThread (delegate {
foreach (SparkleLog log in SparkleUI.OpenLogs)