From 8ad0c51edff9677ca22c46257f4a596dc23d2055 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 5 May 2010 21:47:44 -0400 Subject: Adapt to Camel API changes. This also removes the boxed CamelObject GType, since CamelObject is an honest-to-goodness GObject now. --- widgets/misc/e-attachment.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/misc') diff --git a/widgets/misc/e-attachment.c b/widgets/misc/e-attachment.c index ba2c705e10..ba4e4004b3 100644 --- a/widgets/misc/e-attachment.c +++ b/widgets/misc/e-attachment.c @@ -784,11 +784,11 @@ attachment_class_init (EAttachmentClass *class) g_object_class_install_property ( object_class, PROP_MIME_PART, - g_param_spec_boxed ( + g_param_spec_object ( "mime-part", "MIME Part", NULL, - E_TYPE_CAMEL_OBJECT, + CAMEL_TYPE_MIME_PART, G_PARAM_READWRITE)); g_object_class_install_property ( -- cgit