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

This commit is contained in:
blakeross%telocity.com 2006-05-17 02:31:30 +00:00
Родитель a3d62310d5
Коммит e0bcc19401
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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 )