зеркало из https://github.com/mozilla/gecko-dev.git
108478 - menulist needs default preftype of "int". r=hewitt sr=hyatt
This commit is contained in:
Родитель
74280090d5
Коммит
cf7ce1ae92
|
@ -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" );
|
||||
|
|
Загрузка…
Ссылка в новой задаче