b112869, No UI to uninstall language packs, r=tao, sr=alecf

This commit is contained in:
loadrunner%betak.net 2006-05-17 02:34:54 +00:00
Родитель 88e8a4f740
Коммит e4e1c8c96a
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -47,6 +47,8 @@ function nsPrefWindow( frame_id )
this.wsm = new nsWidgetStateManager( frame_id );
this.wsm.attributes = ["preftype", "prefstring", "prefattribute", "disabled"];
this.pref = null;
this.chromeRegistry = null;
this.observerService= null;
this.cancelHandlers = [];
this.okHandlers = [];
@ -63,6 +65,8 @@ nsPrefWindow.prototype =
try
{
this.pref = Components.classes["@mozilla.org/preferences;1"].getService(Components.interfaces.nsIPref);
this.chromeRegistry = Components.classes["@mozilla.org/chrome/chrome-registry;1"].getService(Components.interfaces.nsIXULChromeRegistry);
this.observerService = Components.classes["@mozilla.org/observer-service;1"].getService(Components.interfaces.nsIObserverService);
}
catch(e)
{