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/em-format-html-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-format-html-display.c') 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