From 141fae1f8bd794ef2d9749fca635c5747744c855 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 30 Dec 2004 17:52:21 +0000 Subject: Use gnome_vfs_url_show() for Send To, not ephy_embed_load_url() which 2004-12-30 Christian Persch * src/window-commands.c: (window_cmd_file_send_to): Use gnome_vfs_url_show() for Send To, not ephy_embed_load_url() which shows that annoying confirmation dialogue. Fixes bug #162532. --- src/window-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/window-commands.c b/src/window-commands.c index 58bf52e88..666188501 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -176,7 +176,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); -- cgit v1.2.3