Author: ivanz
Date: 2008-02-12 10:36:59 -0500 (Tue, 12 Feb 2008)
New Revision: 95517
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridEntry.cs
Log:
2008-02-12 Ivan N. Zlatev <[EMAIL PROTECTED]>
* GridEntry.cs: Fail silently when UITypeEditor is missing.
[Fixes bug #360666]
Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2008-02-12 15:24:27 UTC (rev 95516)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2008-02-12 15:36:59 UTC (rev 95517)
@@ -1,3 +1,8 @@
+2008-02-12 Ivan N. Zlatev <[EMAIL PROTECTED]>
+
+ * GridEntry.cs: Fail silently when UITypeEditor is missing.
+ [Fixes bug #360666]
+
2008-02-11 Carlos Alberto Cortez <[EMAIL PROTECTED]>
* Binding.cs: Implement 2.0 DataSourceNullValue property.
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridEntry.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridEntry.cs
2008-02-12 15:24:27 UTC (rev 95516)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridEntry.cs
2008-02-12 15:36:59 UTC (rev 95517)
@@ -351,7 +351,7 @@
try { // can happen, because we are missing
some editors
return PropertyDescriptor.GetEditor
(typeof (UITypeEditor)) as UITypeEditor;
} catch {
- property_grid.ShowError ("Unable to
load UITypeEditor for property '" + PropertyDescriptor.Name + "'.");
+ // property_grid.ShowError ("Unable to
load UITypeEditor for property '" + PropertyDescriptor.Name + "'.");
}
}
return null;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches