From cf9c1a366b1424ee55e621302c5cba02803832a8 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 16 Aug 2012 10:46:42 +0200 Subject: Port save as to WebKit2 Use webkit_web_view_save() API for HTML pages that saves the web page into a MHTML file. For any other MIME types supported by the web view, save the main resource data to a file. https://bugzilla.gnome.org/show_bug.cgi?id=679368 --- lib/ephy-file-chooser.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/ephy-file-chooser.c b/lib/ephy-file-chooser.c index a5702460e..2e228103d 100644 --- a/lib/ephy-file-chooser.c +++ b/lib/ephy-file-chooser.c @@ -211,6 +211,7 @@ ephy_file_chooser_new (const char *title, "text/html", "application/xhtml+xml", "text/xml", + "message/rfc822", /* MHTML */ "image/png", "image/jpeg", "image/gif", @@ -222,6 +223,7 @@ ephy_file_chooser_new (const char *title, "text/html", "application/xhtml+xml", "text/xml", + "message/rfc822", /* MHTML */ NULL); filter[EPHY_FILE_FILTER_IMAGES] = -- cgit v1.2.3