[Mono-bugs] [Bug 47729][Wis] New - an extra ( is displayed

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Aug 2003 04:45:16 -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 mwh@sysrq.dk.

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

--- shadow/47729	2003-08-19 04:45:16.000000000 -0400
+++ shadow/47729.tmp.7319	2003-08-19 04:45:16.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 47729
+Product: Mono/Doctools
+Version: unspecified
+OS: 
+OS Details: LFS
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Gui
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mwh@sysrq.dk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: an extra ( is displayed
+
+In monodoc-0.6 an extra ( is displayed for methods.
+
+For example in Gtk.MessageDialog
+
+The MessageDialog is displayed using Run((), which automatically makes the
+MessageDialog modal and waits for the user to respond to it. Run(() returns
+when any Button in the Dialog is clicked or the MessageDialog is closed. 
+
+Run (() should be Run ()