aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-10-30 04:28:16 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-10-30 04:28:16 +0800
commit69c8f40f0919bf60dc39ea5d0e905e446a619870 (patch)
treeccb17064b199bea2085f138efa8b59cb9f75293c
parenta268b48b49f9e766d0e3475f1ff5a46b223a2db3 (diff)
downloadgsoc2013-evolution-69c8f40f0919bf60dc39ea5d0e905e446a619870.tar
gsoc2013-evolution-69c8f40f0919bf60dc39ea5d0e905e446a619870.tar.gz
gsoc2013-evolution-69c8f40f0919bf60dc39ea5d0e905e446a619870.tar.bz2
gsoc2013-evolution-69c8f40f0919bf60dc39ea5d0e905e446a619870.tar.lz
gsoc2013-evolution-69c8f40f0919bf60dc39ea5d0e905e446a619870.tar.xz
gsoc2013-evolution-69c8f40f0919bf60dc39ea5d0e905e446a619870.tar.zst
gsoc2013-evolution-69c8f40f0919bf60dc39ea5d0e905e446a619870.zip
Use g_cclosure_marshal_VOID__POINTER instead of
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. svn path=/trunk/; revision=34451
-rw-r--r--plugins/mail-remote/ChangeLog6
-rw-r--r--plugins/mail-remote/evolution-mail-sessionlistener.c2
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);
}