summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2005-10-27 16:29:30 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2005-10-27 16:29:30 +0000
commitd568543686fbf27857443e29de83490a1a373680 (patch)
tree1df185da2e2bf7fa62a3b1f8af91d264e3e3d83b
parentc34316d171370f82500fd09dc477c3b3c783f5b0 (diff)
downloadgnome-session-d568543686fbf27857443e29de83490a1a373680.tar.gz
Make GNOME crash even more than it does now. Since nobody wants to fix all
2005-10-27 Kjartan Maraas <kmaraas@gnome.org> * main.c: Make GNOME crash even more than it does now. Since nobody wants to fix all the *-CRITICAL warnings I've filed in bugzilla I see no other way to get your attention. ;-)
-rw-r--r--gnome-session/ChangeLog7
-rw-r--r--gnome-session/main.c5
2 files changed, 11 insertions, 1 deletions
diff --git a/gnome-session/ChangeLog b/gnome-session/ChangeLog
index c6126362..1f0de69e 100644
--- a/gnome-session/ChangeLog
+++ b/gnome-session/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-27 Kjartan Maraas <kmaraas@gnome.org>
+
+ * main.c: Make GNOME crash even more than it does now.
+ Since nobody wants to fix all the *-CRITICAL warnings
+ I've filed in bugzilla I see no other way to get your
+ attention. ;-)
+
==================== 2.12.0 ====================
2005-09-05 Thomas Wood <thos@gnome.org>
diff --git a/gnome-session/main.c b/gnome-session/main.c
index f79fe411..29a07e52 100644
--- a/gnome-session/main.c
+++ b/gnome-session/main.c
@@ -328,7 +328,10 @@ main (int argc, char *argv[])
if (getenv ("GSM_VERBOSE_DEBUG"))
gsm_set_verbose (TRUE);
-
+
+ if (is_odd (version.minor))
+ putenv ("G_DEBUG=fatal_warnings");
+
set_lang();
set_gtk1_theme_rcfile ();