kill using_oaf assertion.

2000-08-12  Michael Meeks  <michael@helixcode.com>

	* main.c (main): kill using_oaf assertion.

2000-08-12  Michael Meeks  <michael@helixcode.com>

	* e-msg-composer.c (get_text): get_text not get_txt.

svn path=/trunk/; revision=4770
This commit is contained in:
Michael Meeks
2000-08-12 05:04:43 +00:00
committed by Michael Meeks
parent 5452537dd8
commit 9d00925828
4 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-08-12 Michael Meeks <michael@helixcode.com>
* e-msg-composer.c (get_text): get_text not get_txt.
2000-08-11 JP Rosevear <jpr@helixcode.com>
* e-msg-composer.c (e_msg_composer_new_with_message): Use

View File

@ -109,7 +109,7 @@ get_text (Bonobo_PersistStream persist, char *format)
format, &ev);
if (ev._major != CORBA_NO_EXCEPTION) {
g_warning ("Exception getting mail '%s'",
bonobo_exception_get_txt (&ev));
bonobo_exception_get_text (&ev));
return NULL;
}

View File

@ -1,3 +1,7 @@
2000-08-12 Michael Meeks <michael@helixcode.com>
* main.c (main): kill using_oaf assertion.
2000-08-11 Peter Williams <peterw@helixcode.com>
* Makefile.am: Make it so that test-mail links

View File

@ -32,7 +32,6 @@ main (int argc, char *argv [])
g_thread_init( NULL );
od_assert_using_oaf ();
gnome_init_with_popt_table ("evolution-mail-component", VERSION,
argc, argv, oaf_popt_options, 0, NULL);
orb = oaf_init (argc, argv);