From a889a2085eb6c27a728bad384f21d0712b5854ac Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 1 Mar 2012 21:21:35 +0000 Subject: [PATCH] event log: remove FIXME --- SparkleShare/Mac/SparkleEventLog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Mac/SparkleEventLog.cs b/SparkleShare/Mac/SparkleEventLog.cs index d5b44a2b..54fbe034 100755 --- a/SparkleShare/Mac/SparkleEventLog.cs +++ b/SparkleShare/Mac/SparkleEventLog.cs @@ -244,7 +244,7 @@ namespace SparkleShare { this.popup_button.Menu.AddItem (NSMenuItem.SeparatorItem); this.popup_button.AddItems (folders); - this.popup_button.Activated += delegate { // FIXME: Still causes some memory leak warnings + this.popup_button.Activated += delegate { using (var b = new NSAutoreleasePool ()) { InvokeOnMainThread (delegate {