108478 - menulist needs default preftype. r=hewitt sr=hyatt

This commit is contained in:
blakeross%telocity.com 2001-11-05 08:09:10 +00:00
parent cf7ce1ae92
commit a7be99452c

View File

@ -215,7 +215,7 @@ nsPrefWindow.prototype =
preftype = "string";
else if (elt == "checkbox" || elt == "button")
preftype = "bool";
else if (elt == "radiogroup")
else if (elt == "radiogroup" || elt == "menulist")
preftype = "int";
}
switch( preftype )