diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-26 00:25:41 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-26 00:25:41 +0800 |
commit | da3c570d5e91ceef20d9846946a5bebec5b5fa50 (patch) | |
tree | 4474e7015d4945112cc19d1f8236725e33693ec8 /calendar/gui/main.c | |
parent | 6ba980d9eb23806fddd88be73af1b62d1dd3ead0 (diff) | |
download | gsoc2013-evolution-da3c570d5e91ceef20d9846946a5bebec5b5fa50.tar gsoc2013-evolution-da3c570d5e91ceef20d9846946a5bebec5b5fa50.tar.gz gsoc2013-evolution-da3c570d5e91ceef20d9846946a5bebec5b5fa50.tar.bz2 gsoc2013-evolution-da3c570d5e91ceef20d9846946a5bebec5b5fa50.tar.lz gsoc2013-evolution-da3c570d5e91ceef20d9846946a5bebec5b5fa50.tar.xz gsoc2013-evolution-da3c570d5e91ceef20d9846946a5bebec5b5fa50.tar.zst gsoc2013-evolution-da3c570d5e91ceef20d9846946a5bebec5b5fa50.zip |
From shell/ChangeLog:
2000-05-25 Christopher James Lahey <clahey@helixcode.com>
* e-storage-set-view.c: Make this always look pretty, with Helix
GNOME or without.
From calendar/ChangeLog:
2000-05-25 Christopher James Lahey <clahey@helixcode.com>
* gui/main.c: Make it so that warnings don't crash calendar.
svn path=/trunk/; revision=3201
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r-- | calendar/gui/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index f1263b69e3..06254420cc 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -79,10 +79,12 @@ main (int argc, char **argv) init_calendar (); +#if 0 //g_log_set_always_fatal ((GLogLevelFlags) 0xFFFF); g_log_set_always_fatal (G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING); +#endif control_factory_init (); component_factory_init (); |