This commit is contained in:
visbrero@bwo 2008-07-28 18:31:06 -07:00
Родитель f2dbd057ca
Коммит 70b60820bd
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -333,7 +333,7 @@ let GlodaIndexer = {
}
else {
status = this._strBundle.getString("actionIdle");
folderName = null;
prettyName = null;
jobIndex = 0;
jobTotal = 1;
jobItemIndex = 0;
@ -964,7 +964,7 @@ let GlodaIndexer = {
}
this.indexer._indexingFolderGoal++;
this.indexer._indexQueue.push(["folder", 1,
this._mapFolderURI(aDestFolder.URI)]);
GlodaDatastore._mapFolderURI(aDestFolder.URI)]);
this.indexer.indexing = true;
},