+2007-05-02 Ross Burton <ross@openedhand.com>
+
+ * shell/ev-window.c:
+ Add missing includes, fix indentation.
+
+ * shell/main.c:
+ Fix indentation.
+
2007-04-30 Eduardo Lima <eduardo.lima@indt.org.br>
* shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
#include <libgnomevfs/gnome-vfs-async-ops.h>
#include <gconf/gconf-client.h>
+#include <errno.h>
+#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
char *xdg_user_dir_lookup (char *type);
{
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);
#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 ();