From c219c79496fca669af1ae093a660a1ce4d81a682 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 6 Jun 2000 21:56:20 +0000 Subject: fixed a bunch of problems use libical instead of libversit * cal-util/icalendar.c, icalendar-save.c: fixed a bunch of problems * cal-util/calobj.c (ical_object_find_in_string): use libical instead of libversit (ical_object_to_string): same (dump_icalobject): prints the contents of an icalobject for debugging * gui/Makefile.am (LINK_FLAGS): link libical.a instead of libical.la so we don't have to modify the build system of the released libical * cal-client/Makefile.am (client_test_LDADD): same * cal-util/Makefile.am (icalendar_test_LDADD): same svn path=/trunk/; revision=3446 --- wombat/wombat.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wombat/wombat.c') diff --git a/wombat/wombat.c b/wombat/wombat.c index 4eb5a39878..0d5b8b7a01 100644 --- a/wombat/wombat.c +++ b/wombat/wombat.c @@ -269,7 +269,9 @@ main (int argc, char **argv) setup_pcs (argc, argv); setup_config (argc, argv); - /*g_log_set_always_fatal ((GLogLevelFlags) 0xFFFF);*/ + /*g_log_set_always_fatal (G_LOG_LEVEL_ERROR | + G_LOG_LEVEL_CRITICAL | + G_LOG_LEVEL_WARNING);*/ bonobo_main (); -- cgit v1.2.3