From ceea3a0a1feaa25b8022852b52b7dab1bdf5eb5d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 Jun 2012 16:52:01 -0400 Subject: Reduce diff noise with 'account-mgmt' branch. One last time. --- modules/mail/e-mail-shell-backend.h | 17 ++++++++++------- modules/mail/e-mail-shell-view-actions.c | 3 ++- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'modules/mail') diff --git a/modules/mail/e-mail-shell-backend.h b/modules/mail/e-mail-shell-backend.h index c9c23d045d..3b820a0439 100644 --- a/modules/mail/e-mail-shell-backend.h +++ b/modules/mail/e-mail-shell-backend.h @@ -59,14 +59,17 @@ struct _EMailShellBackendClass { EMailBackendClass parent_class; }; -GType e_mail_shell_backend_get_type (void); -void e_mail_shell_backend_type_register (GTypeModule *type_module); +GType e_mail_shell_backend_get_type (void); +void e_mail_shell_backend_type_register + (GTypeModule *type_module); -void e_mail_shell_backend_new_account (EMailShellBackend *mail_shell_backend, - GtkWindow *parent); -void e_mail_shell_backend_edit_account (EMailShellBackend *mail_shell_backend, - GtkWindow *parent, - EAccount *account); +void e_mail_shell_backend_new_account + (EMailShellBackend *mail_shell_backend, + GtkWindow *parent); +void e_mail_shell_backend_edit_account + (EMailShellBackend *mail_shell_backend, + GtkWindow *parent, + EAccount *account); /* XXX Find a better place for this function. */ GSList * e_mail_labels_get_filter_options (void); diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c index bcda07c7a1..5de1e509fb 100644 --- a/modules/mail/e-mail-shell-view-actions.c +++ b/modules/mail/e-mail-shell-view-actions.c @@ -139,7 +139,8 @@ action_mail_account_properties_cb (GtkAction *action, service = CAMEL_SERVICE (store); uid = camel_service_get_uid (service); - e_mail_shell_backend_edit_account (E_MAIL_SHELL_BACKEND (shell_backend), + e_mail_shell_backend_edit_account ( + E_MAIL_SHELL_BACKEND (shell_backend), GTK_WINDOW (shell_window), e_get_account_by_uid (uid)); } -- cgit v1.2.3