Bug 265388 @mozilla.org/rdf/datasource;1 are rdf datasources and must be used as services

r=neil sr=bienvenu
This commit is contained in:
timeless%mozdev.org 2004-11-23 09:15:42 +00:00
Родитель b8382a8d94
Коммит 243a059bf8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -203,7 +203,7 @@ function CreateMailWindowGlobals()
gBrandBundle = document.getElementById("bundle_brand");
//Create datasources
accountManagerDataSource = Components.classes[accountManagerDSContractID].createInstance();
accountManagerDataSource = Components.classes[accountManagerDSContractID].getService();
folderDataSource = Components.classes[folderDSContractID].getService();
messagesBox = document.getElementById("messagesBox");