From 93e19a702e8667c86181f59d9a45da202d8fec60 Mon Sep 17 00:00:00 2001 From: Guy Lunardi Date: Fri, 27 Nov 2015 19:45:05 +0100 Subject: [PATCH] Update SparkleBubbles.cs: Change behavior on NotificationClosed by user. #1669 --- SparkleShare/Linux/SparkleBubbles.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SparkleShare/Linux/SparkleBubbles.cs b/SparkleShare/Linux/SparkleBubbles.cs index 181e8c11..8ec6dfb3 100755 --- a/SparkleShare/Linux/SparkleBubbles.cs +++ b/SparkleShare/Linux/SparkleBubbles.cs @@ -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 ();