aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-content.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-content.c')
-rw-r--r--shell/e-shell-content.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell-content.c b/shell/e-shell-content.c
index de4a58d6c3..8509668b80 100644
--- a/shell/e-shell-content.c
+++ b/shell/e-shell-content.c
@@ -61,7 +61,7 @@ enum {
/* Forward Declarations */
static void e_shell_content_alert_sink_init
- (EAlertSinkInterface *interface);
+ (EAlertSinkInterface *iface);
G_DEFINE_TYPE_WITH_CODE (
EShellContent,
@@ -481,9 +481,9 @@ e_shell_content_class_init (EShellContentClass *class)
}
static void
-e_shell_content_alert_sink_init (EAlertSinkInterface *interface)
+e_shell_content_alert_sink_init (EAlertSinkInterface *iface)
{
- interface->submit_alert = shell_content_submit_alert;
+ iface->submit_alert = shell_content_submit_alert;
}
static void