Bug 207329 profileSelection.js should .getService the directory service ...
r=ccarlen sr=jag
This commit is contained in:
Родитель
8baeab35a7
Коммит
9d9ba07fbf
|
@ -64,8 +64,8 @@ function StartUp()
|
|||
}
|
||||
introTextItem.childNodes[0].nodeValue = introText;
|
||||
|
||||
var dirServ = Components.classes['@mozilla.org/file/directory_service;1'].createInstance();
|
||||
dirServ = dirServ.QueryInterface(Components.interfaces.nsIProperties);
|
||||
var dirServ = Components.classes['@mozilla.org/file/directory_service;1']
|
||||
.getService(Components.interfaces.nsIProperties);
|
||||
|
||||
// "AggRegF" stands for Application Registry File.
|
||||
// Forgive the weird name directory service has adapted for
|
||||
|
|
Загрузка…
Ссылка в новой задаче