aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 09b31e661..69e52f89b 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -174,7 +174,7 @@ window_cmd_file_send_to (GtkAction *action,
"?Subject=", title,
"&Body=", location, NULL);
- ephy_embed_load_url (embed, url);
+ gnome_vfs_url_show (url);
g_free (title);
g_free (location);