Unhork update notifications by fixing the pref call for the localized

datasource pref.
b=139355; r=bryner; sr=alecf
This commit is contained in:
sgehani%netscape.com 2002-04-24 02:42:08 +00:00
Родитель 7a9129cf4b
Коммит 0407f80656
1 изменённых файлов: 3 добавлений и 2 удалений

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

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