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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index e8a95b1523..8e05980623 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -310,7 +310,7 @@ shell_ready_for_quit (EShell *shell,
g_list_free (list);
}
-void
+static void
shell_prepare_for_quit (EShell *shell)
{
GList *list, *iter;
@@ -344,7 +344,7 @@ shell_prepare_for_quit (EShell *shell)
gtk_widget_set_sensitive (GTK_WIDGET (iter->data), FALSE);
}
-gboolean
+static gboolean
shell_request_quit (EShell *shell)
{
/* Are preparations already in progress? */