http://bugzilla.novell.com/show_bug.cgi?id=619658

http://bugzilla.novell.com/show_bug.cgi?id=619658#c3


--- Comment #3 from Geoff Norton <gnor...@novell.com> 2010-07-02 20:56:05 UTC 
---
The code never worked fine, you just got lucky because a GC didn't happen.

public class Foo {
  UIActionSheet sheet;

  private void Show () {
      sheet = new UIActionSheet (...);
      sheet.Dismissed += delegate { sheet = null; }
  }
}

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to