diff options
-rw-r--r-- | addressbook/gui/component/addressbook-factory.c | 2 |
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 (); |