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:
committed by
Michael Meeks
parent
5452537dd8
commit
9d00925828
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user