]> www.fi.muni.cz Git - evince.git/commitdiff
Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Thu, 22 Mar 2007 10:27:26 +0000 (10:27 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Thu, 22 Mar 2007 10:27:26 +0000 (10:27 +0000)
2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
* shell/main.c:
Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274.

svn path=/trunk/; revision=2385

ChangeLog
shell/main.c

index 3f5e678752e82f4a3b96cf2e31b80b1aacc38a97..5fa78fa4cfa9775af73def3469335a9fca0fcdd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/main.c:
+
+       Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
+
 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_primary_get_cb):
index 273f29284b7a3e62d867b603f46ff860dccc0a6d..3abe4cd2ea37ff7b542e5ab86824e8c575c10d56 100644 (file)
@@ -54,7 +54,7 @@ static const GOptionEntry goption_options[] =
        { "fullscreen", 'f', 0, G_OPTION_ARG_NONE, &fullscren_mode, N_("Run evince in fullscreen mode"), NULL },
        { "presentation", 's', 0, G_OPTION_ARG_NONE, &presentation_mode, N_("Run evince in presentation mode"), NULL },
        { "preview", 'w', 0, G_OPTION_ARG_NONE, &preview_mode, N_("Run evince as a previewer"), NULL },
-       { "unlink-temp-file", 'u', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &unlink_temp_file, NULL, NULL },
+       { "unlink-tempfile", 'u', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &unlink_temp_file, NULL, NULL },
        { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &file_arguments, NULL, N_("[FILE...]") },
        { NULL }
 };