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

This commit is contained in:
blakeross%telocity.com 2001-11-05 06:57:38 +00:00
Родитель 74280090d5
Коммит cf7ce1ae92
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -298,7 +298,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";
}
var prefdefval = prefElements[i].getAttribute( "prefdefval" );