aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 845d21018f..69eef7d40f 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -55,7 +55,7 @@ static gulong signals[LAST_SIGNAL];
/* Forward Declarations */
static void e_shell_window_alert_sink_init
- (EAlertSinkInterface *interface);
+ (EAlertSinkInterface *iface);
G_DEFINE_TYPE_WITH_CODE (
EShellWindow,
@@ -1039,9 +1039,9 @@ e_shell_window_class_init (EShellWindowClass *class)
}
static void
-e_shell_window_alert_sink_init (EAlertSinkInterface *interface)
+e_shell_window_alert_sink_init (EAlertSinkInterface *iface)
{
- interface->submit_alert = shell_window_submit_alert;
+ iface->submit_alert = shell_window_submit_alert;
}
static void