bustage fix for the mozStorage changes.

bug 316761, patch by ssitter@googlemail.com, r=mvl
This commit is contained in:
mvl%exedo.nl 2005-11-16 19:40:41 +00:00
Родитель 19e6e1862a
Коммит 11ff204869
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -122,7 +122,7 @@ calCalendarManager.prototype = {
var dbService = Components.classes[kStorageServiceContractID].getService(kStorageServiceIID);
this.mDB = dbService.getProfileStorage("profile");
this.mDB = dbService.openSpecialDatabase("profile");
for (table in sqlTables) {
try {