aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 0a6c464cf..44e880ca3 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;