зеркало из https://github.com/mozilla/gecko-dev.git
Unhork update notifications by fixing the pref call for the localized
datasource pref. b=139355; r=bryner; sr=alecf
This commit is contained in:
Родитель
7a9129cf4b
Коммит
0407f80656
|
@ -111,9 +111,10 @@ var nsUpdateNotifier =
|
|||
{
|
||||
// get update ds URI from prefs
|
||||
var prefs = Components.classes["@mozilla.org/preferences-service;1"].
|
||||
getService(Components.interfaces.nsIPref);
|
||||
getService(Components.interfaces.nsIPrefBranch);
|
||||
var updateDatasourceURI = prefs.
|
||||
getLocalizedUnicharPref(kUNDatasourceURIPref);
|
||||
getComplexValue(kUNDatasourceURIPref,
|
||||
Components.interfaces.nsIPrefLocalizedString).data;
|
||||
|
||||
var rdf = Components.classes["@mozilla.org/rdf/rdf-service;1"].
|
||||
getService(Components.interfaces.nsIRDFService);
|
||||
|
|
Загрузка…
Ссылка в новой задаче