aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-07 01:33:54 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-07 01:33:54 +0800
commit19b29348068e367efc105732e9707cdb4132b4ee (patch)
tree69f2aa1d16676f9b05c870f30cb970894b1a9cf0 /mail/mail-ops.c
parent9b1daa011124f49e149a4f78ef1eef6df38764de (diff)
parentdfb0db749801075ba67e24ac44de8fe9ac2ae2cc (diff)
downloadgsoc2013-evolution-19b29348068e367efc105732e9707cdb4132b4ee.tar
gsoc2013-evolution-19b29348068e367efc105732e9707cdb4132b4ee.tar.gz
gsoc2013-evolution-19b29348068e367efc105732e9707cdb4132b4ee.tar.bz2
gsoc2013-evolution-19b29348068e367efc105732e9707cdb4132b4ee.tar.lz
gsoc2013-evolution-19b29348068e367efc105732e9707cdb4132b4ee.tar.xz
gsoc2013-evolution-19b29348068e367efc105732e9707cdb4132b4ee.tar.zst
gsoc2013-evolution-19b29348068e367efc105732e9707cdb4132b4ee.zip
Merge branch 'master' into kill-bonobo
Conflicts: shell/e-shell-window-commands.c
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 6e77055bac..97df0ed9bd 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -36,7 +36,6 @@
#include <glib.h>
#include <glib/gstdio.h>
-#include <libgnome/gnome-exec.h>
#include <glib/gi18n.h>
#include <camel/camel-mime-filter-from.h>
@@ -2527,7 +2526,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. */