From 8cf036faffe5985d34c310ee89b133200380b757 Mon Sep 17 00:00:00 2001 From: Adam Petaccia Date: Wed, 6 May 2009 11:01:32 -0400 Subject: =?UTF-8?q?Bug=20571496=20=E2=80=93=20Migrate=20from=20deprecated?= =?UTF-8?q?=20gnome=5Fexecute=20to=20g=5Fspawn/xdg-terminal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mail/mail-ops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index a8aa14d278..896ec73aec 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -36,7 +36,6 @@ #include #include -#include #include #include @@ -2514,7 +2513,7 @@ mail_execute_shell_command (CamelFilterDriver *driver, int argc, char **argv, vo if (argc <= 0) return; - gnome_execute_async_fds (NULL, argc, argv, TRUE); + g_spawn_async (NULL, argv, NULL, 0, NULL, data, NULL, NULL); } /* Async service-checking/authtype-lookup code. */ -- cgit v1.2.3