diff options
Diffstat (limited to 'modules/mail/e-mail-shell-backend.h')
-rw-r--r-- | modules/mail/e-mail-shell-backend.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mail/e-mail-shell-backend.h b/modules/mail/e-mail-shell-backend.h index 3b820a0439..0b76ea39b6 100644 --- a/modules/mail/e-mail-shell-backend.h +++ b/modules/mail/e-mail-shell-backend.h @@ -22,7 +22,6 @@ #ifndef E_MAIL_SHELL_BACKEND_H #define E_MAIL_SHELL_BACKEND_H -#include <libedataserver/e-account.h> #include <mail/e-mail-backend.h> /* Standard GObject macros */ @@ -69,7 +68,7 @@ void e_mail_shell_backend_new_account void e_mail_shell_backend_edit_account (EMailShellBackend *mail_shell_backend, GtkWindow *parent, - EAccount *account); + ESource *mail_account); /* XXX Find a better place for this function. */ GSList * e_mail_labels_get_filter_options (void); |