From: Carlos Garcia Campos Date: Thu, 22 Mar 2007 10:27:26 +0000 (+0000) Subject: Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. X-Git-Tag: EVINCE_0_8_1~16 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=ed4e0510d38ec1ae5fc999d58a52fc109220c33a;p=evince.git Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 2007-03-22 Carlos Garcia Campos * shell/main.c: Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. svn path=/trunk/; revision=2385 --- diff --git a/ChangeLog b/ChangeLog index 3f5e6787..5fa78fa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-22 Carlos Garcia Campos + + * shell/main.c: + + Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. + 2007-03-19 Carlos Garcia Campos * shell/ev-view.c: (ev_view_primary_get_cb): diff --git a/shell/main.c b/shell/main.c index 273f2928..3abe4cd2 100644 --- a/shell/main.c +++ b/shell/main.c @@ -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 } };