17 lines
543 B
Diff
17 lines
543 B
Diff
diff -upr gdm-2.21.9-pre/common/gdm-common.c gdm-2.21.9-post/common/gdm-common.c
|
|
--- gdm-2.21.9-pre/common/gdm-common.c 2008-03-28 18:18:23.000000000 -0600
|
|
+++ gdm-2.21.9-post/common/gdm-common.c 2008-03-28 18:35:03.000000000 -0600
|
|
@@ -57,10 +57,12 @@ gdm_is_version_unstable (void)
|
|
void
|
|
gdm_set_fatal_warnings_if_unstable (void)
|
|
{
|
|
+#if 0
|
|
if (gdm_is_version_unstable ()) {
|
|
g_setenv ("G_DEBUG", "fatal_criticals", FALSE);
|
|
g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL);
|
|
}
|
|
+#endif
|
|
}
|
|
|
|
int
|