[bijiben] share: No need for unused pipes
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] share: No need for unused pipes
- Date: Thu, 14 Mar 2013 22:04:43 +0000 (UTC)
commit 52835f2c8a0888721767bd35c20267ea4c4a86b2
Author: Bastien Nocera <hadess hadess net>
Date: Thu Mar 14 15:24:38 2013 +0100
share: No need for unused pipes
https://bugzilla.gnome.org/show_bug.cgi?id=695849
src/bjb-share.c | 19 ++++++++-----------
1 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/src/bjb-share.c b/src/bjb-share.c
index 3a102bf..dc5c25e 100644
--- a/src/bjb-share.c
+++ b/src/bjb-share.c
@@ -44,17 +44,14 @@ on_email_note_callback(GtkWidget *widget, BijiNoteObj *note)
text_mail,
NULL } ;
- g_spawn_async_with_pipes ( NULL,
- execute,
- NULL,
- G_SPAWN_SEARCH_PATH,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- &error);
+ g_spawn_async ( NULL,
+ execute,
+ NULL,
+ G_SPAWN_SEARCH_PATH,
+ NULL,
+ NULL,
+ NULL,
+ &error);
if ( error != NULL )
g_message("error :%s",error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]