https://bugzilla.novell.com/show_bug.cgi?id=340913#c1





--- Comment #1 from marc hoffman <[EMAIL PROTECTED]>  2007-11-27 10:51:42 MST 
---
adding the following ctor to the Menu class fixes this, btw:

        public Menu(IntPtr native_object) : base(native_object) {
            Init("");
        }

i'm attaching the full/fixed Menu.cs file (i'll leave it to someone more
knowledgable about the inner workings to decide if the ctor is actually ok like
this, or should do anything else... ;)


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

Reply via email to