[gnome-calendar] source-dialog: silence gnome-control-center



commit 60401426a2f091137a6830e89e561ff5a2883bfe
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri May 1 12:33:34 2015 -0300

    source-dialog: silence gnome-control-center

 src/gcal-source-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
index 3b4e4fe..5bc58ae 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -672,7 +672,7 @@ spawn_goa_with_args (gchar *action,
                      gchar *arg)
 {
   gchar *command[] = {"gnome-control-center", "online-accounts", action, arg, NULL};
-  g_spawn_async (NULL, command, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, NULL);
+  g_spawn_async (NULL, command, NULL, G_SPAWN_SEARCH_PATH | G_SPAWN_STDOUT_TO_DEV_NULL, NULL, NULL, NULL, 
NULL);
 }
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]