зеркало из https://github.com/mozilla/gecko-dev.git
Bug 719662 - Use nsIPrefLocalizedString for getComplexValue. r=mfinkle
This commit is contained in:
Родитель
50d6f70243
Коммит
6580348f03
|
@ -621,7 +621,7 @@ var BrowserApp = {
|
|||
case Ci.nsIPrefBranch.PREF_STRING:
|
||||
default:
|
||||
pref.type = "string";
|
||||
pref.value = Services.prefs.getComplexValue(prefName, Ci.nsISupportsString).data;
|
||||
pref.value = Services.prefs.getComplexValue(prefName, Ci.nsIPrefLocalizedString).data;
|
||||
break;
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче