* ScriptComponentDescriptor.cs: new values replace old in AddEntry. svn path=/trunk/mcs/; revision=131225
@@ -1,3 +1,8 @@
+2009-04-07 Marek Habersack <[email protected]>
+
+ * ScriptComponentDescriptor.cs: new values replace old in
+ AddEntry.
2009-03-19 Marek Habersack <[email protected]>
* ScriptManager.cs: WriteCallbackPanel is called from
@@ -140,6 +140,8 @@ namespace System.Web.UI
dictionary = new Dictionary<string, string> ();
if (!dictionary.ContainsKey (key))
dictionary.Add (key, value);
+ else
+ dictionary [key] = value;
}
protected internal override string GetScript () {