[Xfce4-commits] <xfce4-panel:devel> * Don't crash on warnings for now. GtkBuilder generates some.

Nick Schermer nick at xfce.org
Tue Aug 11 20:24:25 CEST 2009


Updating branch refs/heads/devel
         to c199609f4834b8e16084c3ec6ddb9fb47e9a12fd (commit)
       from 876543067fb3562b0631fe8ef5d22beb19e8f64d (commit)

commit c199609f4834b8e16084c3ec6ddb9fb47e9a12fd
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Oct 5 22:12:10 2008 +0200

    * Don't crash on warnings for now. GtkBuilder generates some.

 panel/main.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/panel/main.c b/panel/main.c
index 2909236..0dc07e1 100644
--- a/panel/main.c
+++ b/panel/main.c
@@ -142,10 +142,10 @@ main (gint argc, gchar **argv)
   /* set translation domain */
   xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8");
 
-#ifndef NDEBUG
-  /* terminate the program on warnings and critical messages */
-  g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING);
-#endif
+//#ifndef NDEBUG
+//  /* terminate the program on warnings and critical messages */
+//  g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING);
+//#endif
 
   /* initialize the gthread system */
   if (g_thread_supported () == FALSE)



More information about the Xfce4-commits mailing list