https://bugzilla.novell.com/show_bug.cgi?id=666008
https://bugzilla.novell.com/show_bug.cgi?id=666008#c12 --- Comment #12 from Gabriel Burt <[email protected]> 2011-02-03 22:16:10 UTC --- protected override void OnReloaded () { ThreadAssist.ProxyToMain (base.OnReloaded); } Zoltan, can you tell if it's immediately between those two (OnReloaded and ProxyToMain)? If so, then it seems like the ProxyToMain is calling OnReloaded instead base.OnReloaded like it's supposed to. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
