File evince-2.30.1-command-line.patch of Package mingw32-evince
diff -Naur evince-2.30.1.orig/shell/main.c evince-2.30.1/shell/main.c
--- evince-2.30.1.orig/shell/main.c 2010-06-03 12:29:32.940037872 +0200
+++ evince-2.30.1/shell/main.c 2010-06-03 12:31:44.572011854 +0200
@@ -257,7 +257,7 @@
g_option_context_add_group (context, gtk_get_option_group (TRUE));
- if (!g_option_context_parse (context, &argc, &argv, &error)) {
+ if (!g_option_context_parse_command_line (context, &error)) {
g_printerr ("Cannot parse arguments: %s\n", error->message);
g_error_free (error);
g_option_context_free (context);