diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-04-18 01:16:32 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-04-18 01:16:32 +0800 |
commit | 4d702bd73bf61dd1b8df432da802adcc3785fd0a (patch) | |
tree | a6e9c5361cd86adf6cb3ba2339bf7e0ab88f97a7 /embed | |
parent | d96e9fde4aa181fb9d5923179b5d5865dd741d53 (diff) | |
download | gsoc2013-epiphany-4d702bd73bf61dd1b8df432da802adcc3785fd0a.tar gsoc2013-epiphany-4d702bd73bf61dd1b8df432da802adcc3785fd0a.tar.gz gsoc2013-epiphany-4d702bd73bf61dd1b8df432da802adcc3785fd0a.tar.bz2 gsoc2013-epiphany-4d702bd73bf61dd1b8df432da802adcc3785fd0a.tar.lz gsoc2013-epiphany-4d702bd73bf61dd1b8df432da802adcc3785fd0a.tar.xz gsoc2013-epiphany-4d702bd73bf61dd1b8df432da802adcc3785fd0a.tar.zst gsoc2013-epiphany-4d702bd73bf61dd1b8df432da802adcc3785fd0a.zip |
s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/MozDownload.cpp | 2 |
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) { |