[Xfce4-commits] r30367 - terminal/trunk/terminal

Nick Schermer nick at xfce.org
Mon Jul 20 20:47:26 CEST 2009


Author: nick
Date: 2009-07-20 18:47:26 +0000 (Mon, 20 Jul 2009)
New Revision: 30367

Modified:
   terminal/trunk/terminal/main.c
Log:
We love real crashes on critical and warnings!


Modified: terminal/trunk/terminal/main.c
===================================================================
--- terminal/trunk/terminal/main.c	2009-07-20 18:17:58 UTC (rev 30366)
+++ terminal/trunk/terminal/main.c	2009-07-20 18:47:26 UTC (rev 30367)
@@ -157,7 +157,7 @@
   /* Do NOT remove this line for now, If something doesn't work,
    * fix your code instead!
    */
-  //g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL /* | G_LOG_LEVEL_WARNING */);
+  g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING);
 #endif
 
   if (!terminal_options_parse (argc, argv, NULL, &options, &error))




More information about the Xfce4-commits mailing list