summaryrefslogtreecommitdiff
path: root/embed
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2004-04-17 17:16:32 +0000
committerAdam Hooper <adamh@src.gnome.org>2004-04-17 17:16:32 +0000
commit4d702bd73bf61dd1b8df432da802adcc3785fd0a (patch)
treea6e9c5361cd86adf6cb3ba2339bf7e0ab88f97a7 /embed
parentd96e9fde4aa181fb9d5923179b5d5865dd741d53 (diff)
downloadepiphany-4d702bd73bf61dd1b8df432da802adcc3785fd0a.tar.gz
s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/MozDownload.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{