From 9b59286ea42a3db8b5d76f4e388b8691340b034c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 17 Aug 2011 21:21:22 -0400 Subject: Use new CamelService:display-name property. Simplify, simplify... --- modules/mail/e-mail-shell-backend.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/mail/e-mail-shell-backend.c') 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: -- cgit v1.2.3