From 661c8fe4978af68a06b3c67076606edc8de7a068 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Sat, 17 Jan 2004 00:26:21 +0000 Subject: pass in an exception to use 2004-01-16 JP Rosevear * em-format-html-display.c (efhd_bonobo_object): pass in an exception to use svn path=/trunk/; revision=24286 --- mail/ChangeLog | 5 +++++ mail/em-format-html-display.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 43b9e1a620..214dfd190c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-01-16 JP Rosevear + + * em-format-html-display.c (efhd_bonobo_object): pass in an + exception to use + 2004-01-16 Jeffrey Stedfast * em-format-html.c (efh_format_address): Dump a struct diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 907b674f0a..4f98729ab5 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -1441,7 +1441,7 @@ efhd_bonobo_object(EMFormatHTML *efh, GtkHTMLEmbedded *eb, EMFormatHTMLPObject * } persist = (Bonobo_PersistStream)Bonobo_Unknown_queryInterface(bonobo_widget_get_objref((BonoboWidget *)embedded), - "IDL:Bonobo/PersistStream:1.0", NULL); + "IDL:Bonobo/PersistStream:1.0", &ev); if (persist == CORBA_OBJECT_NIL) { gtk_object_sink((GtkObject *)embedded); CORBA_exception_free(&ev); -- cgit v1.2.3