linux bubbles: Clean up

This commit is contained in:
Hylke Bons 2015-08-08 14:20:39 +01:00
parent 16ea7b06d0
commit f0bcbbb8f1

View file

@ -54,7 +54,7 @@ namespace SparkleShare {
notification.Closed += delegate (object o, EventArgs args) {
if ((args as CloseArgs).Reason == CloseReason.User)
Controller.BubbleClicked ();
Controller.BubbleClicked ();
};
try {