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