Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-11-25 14:45:43 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-11-25 14:45:43 +0300
commit464ba68686260c956a2abd0d26df3cac4ac1cca8 (patch)
treefbad878df14675e6701f4dcd97b099c9d25871ad /mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
parent4739b4b82b724b0cfff1ff7d2536e1d8697ea39c (diff)
2003-11-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* HtmlSelect.cs: don't add items without data. Patch by Alon Gazit <along@mainsoft.com>. Fixes bug #51377. svn path=/trunk/mcs/; revision=20424
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
index e09d0f62123..258c6038e55 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+ * HtmlSelect.cs: don't add items without data. Patch by Alon Gazit
+ <along@mainsoft.com>. Fixes bug #51377.
+
2003-11-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* HtmlInputRadioButton.cs: initialize event indexer. Patch by Alon Gazit