[Mono-bugs] [Bug 62208][Wis] Changed - space in string for Gnome.Program arg is invalid

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 5 Aug 2004 13:21:29 -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 mkestner@ximian.com.

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

--- shadow/62208	2004-08-02 20:33:03.000000000 -0400
+++ shadow/62208.tmp.13451	2004-08-05 13:21:29.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 62208
 Product: gtk#
 Version: unspecified
 OS: unknown
 OS Details: Linux RedHat 9
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Wishlist
 Component: general
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: microsoft21228@yahoo.com               
 QAContact: mono-bugs@ximian.com
@@ -91,6 +91,14 @@
 
             private void delete_event(object obj, Gtk.DeleteEventArgs args)
             {
                     this.program.Quit();
             }
     }
+
+------- Additional Comments From mkestner@ximian.com  2004-08-05 13:21 -------
+I think the runtime error is clear enough to debug the problem.  Gtk#
+will never be able to "do what I want" when it comes to string api
+like this without a huge amount of manual code overriding and argument
+checking.  If you wanted to add a comment to the docs indicating the
+spaceless requirement for the field, you could do that via the monodoc
+editing interface and submit it by the webservice.