diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-08-18 09:21:22 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:51 +0800 |
commit | 9b59286ea42a3db8b5d76f4e388b8691340b034c (patch) | |
tree | eb333208a2d7e3cb8deb2f461fb90bbddbb10eb6 /modules/mail/e-mail-shell-backend.c | |
parent | 87e18345094a649f2d6940d1ebd12b79454d7a94 (diff) | |
download | gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.gz gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.bz2 gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.lz gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.xz gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.tar.zst gsoc2013-evolution-9b59286ea42a3db8b5d76f4e388b8691340b034c.zip |
Use new CamelService:display-name property.
Simplify, simplify...
Diffstat (limited to 'modules/mail/e-mail-shell-backend.c')
-rw-r--r-- | modules/mail/e-mail-shell-backend.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mail/e-mail-shell-backend.c b/modules/mail/e-mail-shell-backend.c index cc75844c2d..76762c308c 100644 --- a/modules/mail/e-mail-shell-backend.c +++ b/modules/mail/e-mail-shell-backend.c @@ -219,7 +219,6 @@ 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++; @@ -248,7 +247,7 @@ mail_shell_backend_mail_sync (EMailShellBackend *mail_shell_backend) goto exit; e_mail_store_foreach ( - (GHFunc) mail_shell_backend_sync_store_cb, + (GFunc) mail_shell_backend_sync_store_cb, mail_shell_backend); exit: |