Bug 822692 - Downloads titles are often empty in the Library view.

r=mconley
This commit is contained in:
Marco Bonardo 2012-12-18 18:02:05 +01:00
parent 7206b8895d
commit 8a5baa2971

View File

@ -163,7 +163,7 @@ DownloadElementShell.prototype = {
return this._dataItem.target;
try {
return this._getAnnotation(DESTINATION_FILE_NAME_ANNO, "");
return this._getAnnotation(DESTINATION_FILE_NAME_ANNO);
}
catch(ex) { }