From e2e5e8d754f24a9f5c1ed0434c83dcd486a356eb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 27 Sep 2007 20:08:55 +0000 Subject: Fix for bug #461195 from Hiroyuki Ikezoe. Use GObject's marshalers whenever possible. svn path=/trunk/; revision=34324 --- widgets/text/e-completion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/text/e-completion.c') diff --git a/widgets/text/e-completion.c b/widgets/text/e-completion.c index 1c0f1804b9..07bdbe754d 100644 --- a/widgets/text/e-completion.c +++ b/widgets/text/e-completion.c @@ -87,7 +87,7 @@ e_completion_class_init (ECompletionClass *klass) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (ECompletionClass, completion_found), NULL, NULL, - e_util_marshal_NONE__POINTER, + g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, G_TYPE_POINTER); @@ -97,7 +97,7 @@ e_completion_class_init (ECompletionClass *klass) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (ECompletionClass, completion_finished), NULL, NULL, - e_util_marshal_NONE__NONE, + g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); object_class->dispose = e_completion_dispose; -- cgit v1.2.3