From 7050475f84247fb15e24aa1bb31502106c18815d 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. --- modules/mail/em-account-prefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mail/em-account-prefs.h') diff --git a/modules/mail/em-account-prefs.h b/modules/mail/em-account-prefs.h index c00b860d35..667b83f42f 100644 --- a/modules/mail/em-account-prefs.h +++ b/modules/mail/em-account-prefs.h @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include @@ -65,7 +65,7 @@ struct _EMAccountPrefsClass { GType em_account_prefs_get_type (void); GtkWidget * em_account_prefs_new (EPreferencesWindow *window); -EMailSession * em_account_prefs_get_session (EMAccountPrefs *prefs); +EMailBackend * em_account_prefs_get_backend (EMAccountPrefs *prefs); G_END_DECLS -- cgit v1.2.3