Copy from home:dimstar:branches:GNOME:Factory/gdm via accept of submit request 45899 revision 6. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/45899 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=137
18 lines
500 B
Diff
18 lines
500 B
Diff
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)
|
|
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
|
|
}
|
|
|
|
gboolean
|