Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82754 --- shadow/82754 2007-09-08 13:38:15.000000000 -0400 +++ shadow/82754.tmp.17848 2007-09-08 13:38:15.000000000 -0400 @@ -0,0 +1,35 @@ +Bug#: 82754 +Product: Mono: Class Libraries +Version: 1.0 +OS: unknown +OS Details: +Status: NEW +Resolution: +Severity: 001 One hour +Priority: Wishlist +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Bad ""activate;" binding in Cocoa# NSColorwell wrapper + +[am i missing something, or is there no "right" category for Cocoa#?] + + +Please fill in this template when reporting a bug, unless you know what you +are doing. + +Description of Problem: + +latest revision in SVN hs this: + + public void Activate( bool aExclusive ) + { + ObjCMessaging.objc_msgSend (NativeObject, "activate;", typeof +(void), typeof (int), aExclusive ? 1 : 0 ); + } + +clearly, "activate:" should be closed with a colon, not a SEMIcolon. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
