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/misc/e-printable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc/e-printable.c') diff --git a/widgets/misc/e-printable.c b/widgets/misc/e-printable.c index 802a40fb85..7d7aa7b36b 100644 --- a/widgets/misc/e-printable.c +++ b/widgets/misc/e-printable.c @@ -77,7 +77,7 @@ e_printable_class_init (EPrintableClass *klass) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (EPrintableClass, reset), NULL, NULL, - e_util_marshal_NONE__NONE, + g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0, G_TYPE_NONE); e_printable_signals [HEIGHT] = -- cgit