[epiphany] window-commands: Get the suggested filename from the response in WebKit2 too
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] window-commands: Get the suggested filename from the response in WebKit2 too
- Date: Thu, 23 Aug 2012 09:39:59 +0000 (UTC)
commit 89cea2719b229ff64cf5b59e110839ee8c3ca12e
Author: Carlos Garcia Campos <cgarcia igalia com>
Date: Thu Aug 23 11:38:15 2012 +0200
window-commands: Get the suggested filename from the response in WebKit2 too
src/window-commands.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/window-commands.c b/src/window-commands.c
index 0a6c464..44e880c 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -312,7 +312,7 @@ get_suggested_filename (EphyWebView *view)
else
{
#ifdef HAVE_WEBKIT2
- /* TODO: suggested filename */
+ suggested_filename = g_strdup (webkit_uri_response_get_suggested_filename (response));
#else
WebKitNetworkResponse *response;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]