Merge pull request #1671 from glunardi/master

Update SparkleBubbles.cs: Change behavior on NotificationClosed #1669
This commit is contained in:
Hylke Bons 2015-11-27 19:01:35 +00:00
commit f3a07a36d8

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 ();