mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Bug 822692 - Downloads titles are often empty in the Library view.
r=mconley
This commit is contained in:
parent
a18c0101df
commit
e7ffa086f9
@ -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) { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user