summaryrefslogtreecommitdiffstats
path: root/x11/gnome-session/files/patch-disable_debug
blob: 778d72c9e67fa20bdf0faa36824acda87bf43877 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- gnome-session/main.c.orig   2008-01-16 16:48:55.000000000 -0600
+++ gnome-session/main.c    2008-01-16 16:50:01.000000000 -0600
@@ -626,8 +626,8 @@
       major = atoi (versions [1]);
       if ((major % 2) != 0)
    {
-          g_setenv ("G_DEBUG", "fatal_criticals", FALSE);
-     g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL);
+          /* g_setenv ("G_DEBUG", "fatal_criticals", FALSE);
+        g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL); */
    }
     }
   g_strfreev (versions);