2010-08-24 14:11:14 +00:00
|
|
|
Index: gdm-2.31.90/common/gdm-common.c
|
|
|
|
===================================================================
|
|
|
|
--- gdm-2.31.90.orig/common/gdm-common.c
|
|
|
|
+++ gdm-2.31.90/common/gdm-common.c
|
|
|
|
@@ -68,10 +68,12 @@ gdm_is_version_unstable (void)
|
2008-08-13 23:48:24 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2010-08-24 14:11:14 +00:00
|
|
|
gboolean
|