From 672adf12a0923437e90d08ab7925bd9329fcce0d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 16 Aug 2009 11:25:08 -0400 Subject: Fix compiler warnings and deprecated GTK+ API usage. --- shell/e-shell-window-private.h | 1 + shell/e-shell.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index b0bfe7c63a..5314a3679f 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -29,6 +29,7 @@ #include #include +#include #include #include #include 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? */ -- cgit