SHA256
1
0
forked from pool/gdm
gdm/gdm-2.21.9-no-fatal-warnings.patch
Vincent Untz ddac525abe Accepting request 45899 from home:dimstar:branches:GNOME:Factory
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
2010-08-24 14:11:14 +00:00

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