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 70fc0cf64..4c7c4b7cf 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -523,7 +523,7 @@ dialog_save_as_application_response_cb (GtkDialog *dialog,
}
/* Create Web Application, including a new profile and .desktop file. */
- desktop_file = ephy_web_application_create (data->view,
+ desktop_file = ephy_web_application_create (webkit_web_view_get_uri (data->view),
gtk_entry_get_text (GTK_ENTRY (data->entry)),
gtk_image_get_pixbuf (GTK_IMAGE (data->image)));
if (desktop_file)