From 9692758dc5c3a03597f0eb0b16edd10134153823 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 23 May 2011 17:09:24 -0400 Subject: EMFolderTree: Store an EMailBackend instead of an EMailSession. All this so EMFolderTree can submit EActivity instances for async ops. You can obtain an EMailSession from an EMailBackend, but not vice versa. Creates lots of pretty ripples in the mail code, but ultimately reduces complexity. So it's a code cleanup of sorts. --- capplet/settings/mail-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplet/settings/mail-view.c') diff --git a/capplet/settings/mail-view.c b/capplet/settings/mail-view.c index 71fdf07dc3..67a86d7872 100644 --- a/capplet/settings/mail-view.c +++ b/capplet/settings/mail-view.c @@ -433,7 +433,7 @@ mail_view_add_account (MailView *mv, MailAccountView *msv; gint position = 0; - msv = mail_account_view_new (data, mv->session); + msv = mail_account_view_new (data, mv->backend); gtk_widget_show ((GtkWidget *) msv); if (!block) mv->priv->current_view = (MailViewChild *) msv; -- cgit v1.2.3