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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80246 --- shadow/80246 2006-12-12 20:48:37.000000000 -0500 +++ shadow/80246.tmp.14345 2007-04-18 04:22:44.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 80246 Product: Mono: Tools Version: unspecified -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: tools AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -76,6 +76,9 @@ klass = mono_method_get_class (method); classname = mono_type_get_name (mono_class_get_type (klass)); + classname = g_markup_escape_text (classname, strlen (classname)); image = mono_class_get_image (klass); tmpname = mono_method_get_name (method); + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-18 04:22 ------- +OK to apply? Patch seems to be correct. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
