[Mono-bugs] [Bug 47728][Wis] New - Implementation of IWrapper twice

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Jun 2004 13:54:07 -0400 (EDT)


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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=47728

--- shadow/47728	2004-06-13 13:54:07.000000000 -0400
+++ shadow/47728.tmp.3219	2004-06-13 13:54:07.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 47728
+Product: Mono: Doctools
+Version: unspecified
+OS: unknown
+OS Details: LFS
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Wishlist
+Component: Gui
+AssignedTo: duncan@ximian.com                            
+ReportedBy: mwh@sysrq.dk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Implementation of IWrapper twice
+
+Some types in Monodoc-0.6 implements GLib.IWrapper twice, for example:
+
+Gtk.MessageDialog
+public class MessageDialog : Dialog, Atk.Implementor, GLib.IWrapper,
+GLib.IWrapper, IDisposable
+
+These types has the same problem.
+Gtk.Menu
+Gtk.AccelLabel
+Gtk.Alignment
+
+Probably many more.
+
+------- Additional Comments From jluke@cfl.rr.com  2003-10-12 22:08 -------
+These were in the xml files twice for some reason.  I fixed them on
+cvs but it may still be a doc generator bug so I am leaving open for now. 
+
+------- Additional Comments From jluke@cfl.rr.com  2003-10-22 19:30 -------
+I just confirmed the current updater.exe produces IWrapper twice for
+some reason ...
+
+------- Additional Comments From miguel@ximian.com  2004-06-13 13:54 -------
+Assigning to Duncan.