[Mono-bugs] [Bug 48212][Wis] Changed - Compiler fails when using "Font-Names" attribute
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 19 Sep 2003 02:52:20 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=48212
--- shadow/48212 2003-09-07 21:22:53.000000000 -0400
+++ shadow/48212.tmp.29875 2003-09-19 02:52:19.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 48212
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: Mandrake 9.1
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: System.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: cmello@gmx.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -48,6 +48,11 @@
Line 146:
((System.Web.UI.IAttributeAccessor)(__ctrl)).SetAttribute("border", "1");
Line 147: __ctrl.EnableViewState = false;
Line 148: this.__BuildControl__bctrl_8(__ctrl.Columns);
Line 149: return __ctrl;
Line 150: }
+
+------- Additional Comments From gonzalo@ximian.com 2003-09-19 02:52 -------
+Fixed in CVS.
+
+Thanks for reporting.