https://bugzilla.novell.com/show_bug.cgi?id=671111
https://bugzilla.novell.com/show_bug.cgi?id=671111#c1 Geoff Norton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Geoff Norton <[email protected]> 2011-02-10 22:37:32 UTC --- NeedsDisplayForKey is supposed to be static: + (BOOL)needsDisplayForKey:(NSString *)key Since C# doesn't support overriding static, you need to implement this by hand: [Export ("needsDisplayForKey:")] static bool NeedsDisplayForKey (NSString key); -- 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
