[Mono-bugs] [Bug 82754][Wis] New - Bad ""activate; " binding in Cocoa# NSColorwell wrapper

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Sep 8 13:38:15 EDT 2007


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 mh at elitedev.com.

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: mono-bugs at ximian.com                            
+ReportedBy: mh at elitedev.com               
+QAContact: mono-bugs at ximian.com
+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.


More information about the mono-bugs mailing list