From 4d702bd73bf61dd1b8df432da802adcc3785fd0a Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Sat, 17 Apr 2004 17:16:32 +0000 Subject: s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/ --- embed/mozilla/MozDownload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/mozilla/MozDownload.cpp b/embed/mozilla/MozDownload.cpp index 5971dee86..e548dd86b 100644 --- a/embed/mozilla/MozDownload.cpp +++ b/embed/mozilla/MozDownload.cpp @@ -488,7 +488,7 @@ nsresult InitiateMozillaDownload (nsIDOMDocument *domDocument, nsIURI *sourceURI if (!isHTML) { - flags |= nsIWebBrowserPersist::PERSIST_NO_CONVERSION; + flags |= nsIWebBrowserPersist::PERSIST_FLAGS_NO_CONVERSION; } if (ephy_flags & EMBED_PERSIST_COPY_PAGE) { -- cgit v1.2.3