From d99640642d165a3c633e4755af1e940df934e93e Mon Sep 17 00:00:00 2001 From: "law%netscape.com" Date: Thu, 14 Sep 2006 05:50:52 +0000 Subject: [PATCH] Bugs 36789, 22861, and 38827 (all related to downloading files); change xfer component to use nsIFilePicker, handle content-disposition: http response header, and fix a l10n problem; r=slamm --- suite/browser/navigator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/browser/navigator.js b/suite/browser/navigator.js index fd216ee3da1b..5966c9e4bfbd 100644 --- a/suite/browser/navigator.js +++ b/suite/browser/navigator.js @@ -80,7 +80,7 @@ function savePage( url ) // When Necko lands, we need to receive the real nsIChannel and // do SelectFileAndTransferLocation! // Use this for now... - xfer.SelectFileAndTransferLocationSpec( url, window ); + xfer.SelectFileAndTransferLocationSpec( url, window, "", "" ); } catch( exception ) { // suppress NS_ERROR_ABORT exceptions for cancellation