aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-config-receiving-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-mail-config-receiving-page.c')
-rw-r--r--mail/e-mail-config-receiving-page.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/e-mail-config-receiving-page.c b/mail/e-mail-config-receiving-page.c
index 10bb3b06e4..b289ef8554 100644
--- a/mail/e-mail-config-receiving-page.c
+++ b/mail/e-mail-config-receiving-page.c
@@ -22,7 +22,7 @@
/* Forward Declarations */
static void e_mail_config_receiving_page_interface_init
- (EMailConfigPageInterface *interface);
+ (EMailConfigPageInterface *iface);
G_DEFINE_TYPE_WITH_CODE (
EMailConfigReceivingPage,
@@ -44,10 +44,10 @@ e_mail_config_receiving_page_class_init (EMailConfigReceivingPageClass *class)
}
static void
-e_mail_config_receiving_page_interface_init (EMailConfigPageInterface *interface)
+e_mail_config_receiving_page_interface_init (EMailConfigPageInterface *iface)
{
- interface->title = _("Receiving Email");
- interface->sort_order = E_MAIL_CONFIG_RECEIVING_PAGE_SORT_ORDER;
+ iface->title = _("Receiving Email");
+ iface->sort_order = E_MAIL_CONFIG_RECEIVING_PAGE_SORT_ORDER;
}
static void