aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 7c1893e12d..9f4c9ecc3f 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -103,7 +103,7 @@ static gpointer default_shell;
static guint signals[LAST_SIGNAL];
/* Forward Declarations */
-static void e_shell_initable_init (GInitableIface *interface);
+static void e_shell_initable_init (GInitableIface *iface);
G_DEFINE_TYPE_WITH_CODE (
EShell,
@@ -1132,9 +1132,9 @@ e_shell_class_init (EShellClass *class)
}
static void
-e_shell_initable_init (GInitableIface *interface)
+e_shell_initable_init (GInitableIface *iface)
{
- interface->init = shell_initable_init;
+ iface->init = shell_initable_init;
}
static void