From c74c0a3ed020014c55ca9320653e704b6608848a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 02 May 2007 15:20:54 +0000 Subject: Add missing includes, fix indentation. 2007-05-02 Ross Burton * shell/ev-window.c: Add missing includes, fix indentation. * shell/main.c: Fix indentation. svn path=/trunk/; revision=2430 --- (limited to 'shell') diff --git a/shell/ev-window.c b/shell/ev-window.c index e883f4f..cb7f71b 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -92,7 +92,10 @@ #include #include +#include +#include #include +#include char *xdg_user_dir_lookup (char *type); @@ -3131,7 +3134,7 @@ ev_window_cmd_help_contents (GtkAction *action, EvWindow *ev_window) { GError *error = NULL; - g_return_if_fail (EV_IS_WINDOW (ev_window)); + g_return_if_fail (EV_IS_WINDOW (ev_window)); gnome_help_display ("evince.xml", NULL, &error); diff --git a/shell/main.c b/shell/main.c index 932e327..090b6bf 100644 --- a/shell/main.c +++ b/shell/main.c @@ -297,11 +297,11 @@ main (int argc, char *argv[]) #endif program = gnome_program_init (PACKAGE, VERSION, - LIBGNOMEUI_MODULE, argc, argv, - GNOME_PARAM_GOPTION_CONTEXT, context, - GNOME_PARAM_HUMAN_READABLE_NAME, _("Evince"), + LIBGNOMEUI_MODULE, argc, argv, + GNOME_PARAM_GOPTION_CONTEXT, context, + GNOME_PARAM_HUMAN_READABLE_NAME, _("Evince"), GNOME_PARAM_APP_DATADIR, GNOMEDATADIR, - NULL); + NULL); args = arguments_parse (); -- cgit v0.9.1