aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-17 08:26:21 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-17 08:26:21 +0800
commit661c8fe4978af68a06b3c67076606edc8de7a068 (patch)
tree174c88944c498ec4143f9eb1f82f7bfbae97a099 /mail
parent4737f9780ccce5fcf5c61f63bec2a695e3a6071d (diff)
downloadgsoc2013-evolution-661c8fe4978af68a06b3c67076606edc8de7a068.tar
gsoc2013-evolution-661c8fe4978af68a06b3c67076606edc8de7a068.tar.gz
gsoc2013-evolution-661c8fe4978af68a06b3c67076606edc8de7a068.tar.bz2
gsoc2013-evolution-661c8fe4978af68a06b3c67076606edc8de7a068.tar.lz
gsoc2013-evolution-661c8fe4978af68a06b3c67076606edc8de7a068.tar.xz
gsoc2013-evolution-661c8fe4978af68a06b3c67076606edc8de7a068.tar.zst
gsoc2013-evolution-661c8fe4978af68a06b3c67076606edc8de7a068.zip
pass in an exception to use
2004-01-16 JP Rosevear <jpr@ximian.com> * em-format-html-display.c (efhd_bonobo_object): pass in an exception to use svn path=/trunk/; revision=24286
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/em-format-html-display.c2
2 files changed, 6 insertions, 1 deletions
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 <jpr@ximian.com>
+
+ * em-format-html-display.c (efhd_bonobo_object): pass in an
+ exception to use
+
2004-01-16 Jeffrey Stedfast <fejj@ximian.com>
* 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);