Die rote Zeile enthält den Fehler.
Zitat
Fehler: [Exception... "'Component is not available' when calling method: [nsIActivityManager::removeActivity]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: file:///C:/Program%20Files/Mozilla%20Thunderbird/modules/activity/pop3Download.js :: anonymous :: line 158" data: no]
Quelldatei: file:///C:/Program%20Files/Mozilla%20Thunderbird/modules/activity/pop3Download.js
Zeile: 158
let statusText = aFolder.server.prettyName;
// create an activity event
let event = new nsActEvent(displayText,
aFolder,
statusText,
Date.now(), // start time
Date.now()); // completion time
event.iconClass = "syncMail";
let downloadItem = {numMsgsDownloaded: aNumMsgsDownloaded};
this._mostRecentActivityForFolder[aFolder.URI] = downloadItem;
downloadItem.eventID = this.activityMgr.addActivity(event);
if (!aNumMsgsDownloaded) {
// if we didn't download any messages this time, and the prev event
// for this folder also didn't download any messages, remove the
// prev event from the activity manager.
let prevItem = this._prevActivityForFolder[aFolder.URI];
if (prevItem != undefined && !prevItem.numMsgsDownloaded)
this.activityMgr.removeActivity(prevItem.eventID);
}
},
init: function() {
// XXX when do we need to remove ourselves?
pop3Service = Cc["@mozilla.org/messenger/popservice;1"]
.getService(Ci.nsIPop3Service);
pop3Service.addListener(this);
}
};
Benutzerinformationen überspringen
Registrierungsdatum: 14. Juni 2006
Wohnort: 127.0.0.1
Betriebssystem: Windows 7
Browser: Fx 13.0a1
eMail-Client: Tb 3.1.20
Danksagungen: 11