From 69c8f40f0919bf60dc39ea5d0e905e446a619870 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 29 Oct 2007 20:28:16 +0000 Subject: Use g_cclosure_marshal_VOID__POINTER instead of 2007-10-29 Matthew Barnes * evolution-mail-sessionlistener.c: Use g_cclosure_marshal_VOID__POINTER instead of evolution_mail_marshal_VOID__POINTER. svn path=/trunk/; revision=34451 --- plugins/mail-remote/ChangeLog | 6 ++++++ plugins/mail-remote/evolution-mail-sessionlistener.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mail-remote/ChangeLog b/plugins/mail-remote/ChangeLog index cb54919c22..0377147c38 100644 --- a/plugins/mail-remote/ChangeLog +++ b/plugins/mail-remote/ChangeLog @@ -1,3 +1,9 @@ +2007-10-29 Matthew Barnes + + * evolution-mail-sessionlistener.c: + Use g_cclosure_marshal_VOID__POINTER instead of + evolution_mail_marshal_VOID__POINTER. + 2007-09-27 Hiroyuki Ikezoe ** Fix for bug #461195 diff --git a/plugins/mail-remote/evolution-mail-sessionlistener.c b/plugins/mail-remote/evolution-mail-sessionlistener.c index 7eea957b20..e0efbe2ea5 100644 --- a/plugins/mail-remote/evolution-mail-sessionlistener.c +++ b/plugins/mail-remote/evolution-mail-sessionlistener.c @@ -154,7 +154,7 @@ evolution_mail_sessionlistener_class_init (EvolutionMailSessionListenerClass *kl G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (EvolutionMailSessionListenerClass, changed), NULL, NULL, - evolution_mail_marshal_VOID__POINTER, + g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, G_TYPE_POINTER); } -- cgit