From ff1941aa9e928573c7271314f6c8ad27cc326862 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 15 Nov 2010 14:56:32 -0500 Subject: [PATCH] Make notify-send always die on warnings --- tools/notify-send.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/notify-send.c b/tools/notify-send.c index fd69459..8dec70f 100644 --- a/tools/notify-send.c +++ b/tools/notify-send.c @@ -170,6 +170,7 @@ main (int argc, char *argv[]) g_type_init (); g_set_prgname (argv[0]); + g_log_set_always_fatal (G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL); opt_ctx = g_option_context_new (N_(" [BODY] - " "create a notification"));