show a notification when a conflict happens

This commit is contained in:
Hylke Bons 2010-05-23 18:46:25 +01:00
parent 26df85cf34
commit c90251764d

View file

@ -268,6 +268,12 @@ namespace SparkleShare {
Process.WaitForExit ();
Process.Start();
ShowEventBubble ("A mid-air collision happened!\n" +
"SparkleShare made a copy of your file.",
SparkleHelpers.GetIcon
("folder-sparkleshare", 48),
true);
}
}