aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.c
diff options
context:
space:
mode:
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r--composer/e-msg-composer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 35a140b5a9..0ac90e67f5 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -128,7 +128,7 @@ static void handle_multipart_signed (EMsgComposer *composer,
GCancellable *cancellable,
gint depth);
-static void e_msg_composer_alert_sink_init (EAlertSinkInterface *interface);
+static void e_msg_composer_alert_sink_init (EAlertSinkInterface *iface);
G_DEFINE_TYPE_WITH_CODE (
EMsgComposer,
@@ -2511,9 +2511,9 @@ e_msg_composer_class_init (EMsgComposerClass *class)
}
static void
-e_msg_composer_alert_sink_init (EAlertSinkInterface *interface)
+e_msg_composer_alert_sink_init (EAlertSinkInterface *iface)
{
- interface->submit_alert = msg_composer_submit_alert;
+ iface->submit_alert = msg_composer_submit_alert;
}
static void