diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2010-06-18 22:33:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-18 22:34:19 +0800 |
commit | 524a26232bf4028f59880a6636b938d60a3227d9 (patch) | |
tree | 5649b51aa34e77a42f1676702434c7549f53b32b | |
parent | 5d323ee0852bc5bc0fdbbef8c8c9e5a9d3160f66 (diff) | |
download | gsoc2013-evolution-524a26232bf4028f59880a6636b938d60a3227d9.tar.gz gsoc2013-evolution-524a26232bf4028f59880a6636b938d60a3227d9.tar.zst gsoc2013-evolution-524a26232bf4028f59880a6636b938d60a3227d9.zip |
Bug 619098 - mail_shell_backend_sync_store_cb() has wrong signature
-rw-r--r-- | modules/mail/e-mail-shell-backend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-backend.c b/modules/mail/e-mail-shell-backend.c index ecb11e769d..5a659cb884 100644 --- a/modules/mail/e-mail-shell-backend.c +++ b/modules/mail/e-mail-shell-backend.c @@ -239,6 +239,7 @@ mail_shell_backend_sync_store_done_cb (CamelStore *store, static void mail_shell_backend_sync_store_cb (CamelStore *store, + const gchar *display_name, EMailShellBackend *mail_shell_backend) { mail_shell_backend->priv->mail_sync_in_progress++; |