aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-02 07:35:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-02 07:35:26 +0000
commitd0f57192d01dfd8c510bbf7ec81caacea5b58fc8 (patch)
treeef3cf49fb09766ef76ffd9f4073fb9177b244c3c /libsylph
parent51dbedb2aba734558e6a051eeb4413d56eb7cc75 (diff)
reimplemented external editor with GSpawn and GChildWatch.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@705 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/utils.c b/libsylph/utils.c
index b6c41e12..18612eaa 100644
--- a/libsylph/utils.c
+++ b/libsylph/utils.c
@@ -3097,7 +3097,7 @@ gint execute_async(gchar *const argv[])
g_return_val_if_fail(argv != NULL && argv[0] != NULL, -1);
if (g_spawn_async(NULL, (gchar **)argv, NULL, G_SPAWN_SEARCH_PATH,
- NULL, NULL, NULL, FALSE) == FALSE) {
+ NULL, NULL, NULL, NULL) == FALSE) {
g_warning("Can't execute command: %s\n", argv[0]);
return -1;
}