Make notify-send always die on warnings

This commit is contained in:
William Jon McCann 2010-11-15 14:56:32 -05:00
parent 54b6285006
commit ff1941aa9e
1 changed files with 1 additions and 0 deletions

View File

@ -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_("<SUMMARY> [BODY] - "
"create a notification"));