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