diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-07-21 02:21:23 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-07-21 02:21:23 +0800 |
commit | 0e8132c237b8da5837ea2f8889507d91b0ead33c (patch) | |
tree | baa89ede27cd69b5e885bae7c4c7880c3d35698e /embed | |
parent | a2ac8ca7dd579263c826d87dded5265749900da4 (diff) | |
download | gsoc2013-epiphany-0e8132c237b8da5837ea2f8889507d91b0ead33c.tar gsoc2013-epiphany-0e8132c237b8da5837ea2f8889507d91b0ead33c.tar.gz gsoc2013-epiphany-0e8132c237b8da5837ea2f8889507d91b0ead33c.tar.bz2 gsoc2013-epiphany-0e8132c237b8da5837ea2f8889507d91b0ead33c.tar.lz gsoc2013-epiphany-0e8132c237b8da5837ea2f8889507d91b0ead33c.tar.xz gsoc2013-epiphany-0e8132c237b8da5837ea2f8889507d91b0ead33c.tar.zst gsoc2013-epiphany-0e8132c237b8da5837ea2f8889507d91b0ead33c.zip |
*** empty log message ***
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/mozilla-embed-persist.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed-persist.cpp b/embed/mozilla/mozilla-embed-persist.cpp index b014fd97e..d5f2457b2 100644 --- a/embed/mozilla/mozilla-embed-persist.cpp +++ b/embed/mozilla/mozilla-embed-persist.cpp @@ -139,6 +139,9 @@ impl_save (EphyEmbedPersist *persist) long max_size; EphyEmbed *embed; EmbedPersistFlags flags; + EphyEmbedSingle *single; + + single = EPHY_EMBED_SINGLE (ephy_embed_shell_get_embed_single (embed_shell)); g_object_ref (persist); @@ -249,7 +252,7 @@ impl_save (EphyEmbedPersist *persist) EphyHeaderSniffer* sniffer = new EphyHeaderSniffer (webPersist, MOZILLA_EMBED_PERSIST (persist), - tmpFile, inURI, DOMDocument, postData); + tmpFile, inURI, DOMDocument, postData, single); if (!sniffer) return FALSE; webPersist->SetProgressListener(sniffer); |