diff options
author | Alexandre Mazari <alexandre.mazari@gmail.com> | 2012-03-29 01:56:43 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-29 01:56:43 +0800 |
commit | 233c86a85e63f00a246badabf1879569ad5d6ea6 (patch) | |
tree | 49127c74d37558f94ad609988fa74d98d7d06ca2 /src/window-commands.c | |
parent | f1c478dc347b8e59dab6e4d23095b44c33515be7 (diff) | |
download | gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar.gz gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar.bz2 gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar.lz gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar.xz gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar.zst gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.zip |
ephy-web-app-utils: do not use the webview in the web app creation method
It's not really needed, will allow to reuse this code during profile
migration.
https://bugzilla.gnome.org/show_bug.cgi?id=658925
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | 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 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) |