Update SparkleBubbles.cs: Change behavior on NotificationClosed by user. #1669

This commit is contained in:
Guy Lunardi 2015-11-27 19:45:05 +01:00
parent c57c0c44b4
commit 93e19a702e

View file

@ -52,11 +52,6 @@ namespace SparkleShare {
else
notification.IconName = "folder-sparkleshare";
notification.Closed += delegate (object o, EventArgs args) {
if ((args as CloseArgs).Reason == CloseReason.User)
Controller.BubbleClicked ();
};
try {
notification.Show ();