aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-03-16 16:38:42 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-03-16 16:38:42 +0800
commit1b5ab4fa2cc6c33a9f88de8ade1b8bf48eb55434 (patch)
treed6e241faf43857fc871e622e18f031b12daf367c /addressbook
parent57de6972c845dbae49717a4520aeed75f88f0078 (diff)
downloadgsoc2013-evolution-1b5ab4fa2cc6c33a9f88de8ade1b8bf48eb55434.tar
gsoc2013-evolution-1b5ab4fa2cc6c33a9f88de8ade1b8bf48eb55434.tar.gz
gsoc2013-evolution-1b5ab4fa2cc6c33a9f88de8ade1b8bf48eb55434.tar.bz2
gsoc2013-evolution-1b5ab4fa2cc6c33a9f88de8ade1b8bf48eb55434.tar.lz
gsoc2013-evolution-1b5ab4fa2cc6c33a9f88de8ade1b8bf48eb55434.tar.xz
gsoc2013-evolution-1b5ab4fa2cc6c33a9f88de8ade1b8bf48eb55434.tar.zst
gsoc2013-evolution-1b5ab4fa2cc6c33a9f88de8ade1b8bf48eb55434.zip
Making warnings fatal is actually a pretty bad idea for anything other
2001-03-16 Jon Trowbridge <trow@ximian.com> * gui/component/addressbook-factory.c (main): Making warnings fatal is actually a pretty bad idea for anything other than intensive debugging, so I've #if 0/#endif-ed it out. svn path=/trunk/; revision=8755
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/component/addressbook-factory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c
index a2d97c94ea..51ccb27168 100644
--- a/addressbook/gui/component/addressbook-factory.c
+++ b/addressbook/gui/component/addressbook-factory.c
@@ -70,7 +70,9 @@ main (int argc, char **argv)
unicode_init();
+#if 0
g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING);
+#endif
bonobo_main ();