[gnome-calendar/calendar-editor] source-dialog: silence gnome-control-center
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/calendar-editor] source-dialog: silence gnome-control-center
- Date: Fri, 1 May 2015 15:33:58 +0000 (UTC)
commit 69e3ce9346174c02d53cfb5013ab349bb8b31369
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 1fb5d0c..d58598b 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]