diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mail-remote/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/mail-remote/evolution-mail-sessionlistener.c | 2 |
2 files changed, 7 insertions, 1 deletions
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 <mbarnes@redhat.com> + + * evolution-mail-sessionlistener.c: + Use g_cclosure_marshal_VOID__POINTER instead of + evolution_mail_marshal_VOID__POINTER. + 2007-09-27 Hiroyuki Ikezoe <poincare@ikezoe.net> ** 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); } |