Skip to content

Commit

Permalink
Merge pull request #1671 from glunardi/master
Browse files Browse the repository at this point in the history
Update SparkleBubbles.cs: Change behavior on NotificationClosed #1669
  • Loading branch information
hbons committed Nov 27, 2015
2 parents cdc64ba + fc19854 commit 761e755
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SparkleShare/Linux/SparkleBubbles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ private void ShowBubbleEvent (string title, string subtext, string image_path)
else
notification.IconName = "folder-sparkleshare";

notification.Closed += delegate (object o, EventArgs args) {
if ((args as CloseArgs).Reason == CloseReason.User)
Controller.BubbleClicked ();
};

try {
notification.Show ();

Expand Down

0 comments on commit 761e755

Please sign in to comment.