From 8a5baa2971cec2d07ca3c6624bf75f282afa7fc6 Mon Sep 17 00:00:00 2001 From: Marco Bonardo Date: Tue, 18 Dec 2012 18:02:05 +0100 Subject: [PATCH] Bug 822692 - Downloads titles are often empty in the Library view. r=mconley --- browser/components/places/content/downloadsView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/components/places/content/downloadsView.js b/browser/components/places/content/downloadsView.js index e0e2e21b350..0ccc5029f05 100644 --- a/browser/components/places/content/downloadsView.js +++ b/browser/components/places/content/downloadsView.js @@ -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) { }