aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-sidebar.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-sidebar.c')
-rw-r--r--shell/e-shell-sidebar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell-sidebar.c b/shell/e-shell-sidebar.c
index 8afad7a533..268eaf3373 100644
--- a/shell/e-shell-sidebar.c
+++ b/shell/e-shell-sidebar.c
@@ -59,7 +59,7 @@ enum {
/* Forward Declarations */
static void e_shell_sidebar_alert_sink_init
- (EAlertSinkInterface *interface);
+ (EAlertSinkInterface *iface);
G_DEFINE_TYPE_WITH_CODE (
EShellSidebar,
@@ -423,9 +423,9 @@ e_shell_sidebar_class_init (EShellSidebarClass *class)
}
static void
-e_shell_sidebar_alert_sink_init (EAlertSinkInterface *interface)
+e_shell_sidebar_alert_sink_init (EAlertSinkInterface *iface)
{
- interface->submit_alert = shell_sidebar_submit_alert;
+ iface->submit_alert = shell_sidebar_submit_alert;
}
static void