From: Ed Catmur Date: Sun, 11 Feb 2007 18:20:34 +0000 (+0000) Subject: Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was X-Git-Tag: EVINCE_0_7_2~6 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=59a8371c127395a57af3410e6d2bc7792da361e9;p=evince.git Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was 2007-02-11 Ed Catmur * configure.ac: Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was duplicated adding application/x-bzpostscript instead. svn path=/trunk/; revision=2315 --- diff --git a/ChangeLog b/ChangeLog index 2fca65b0..1d8c50fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-02-11 Ed Catmur + + * configure.ac: + + Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was + duplicated adding application/x-bzpostscript instead. + 2007-02-11 Tom Parker * backend/ps/ps-document.c: (document_load): diff --git a/configure.ac b/configure.ac index 29622486..77165b99 100644 --- a/configure.ac +++ b/configure.ac @@ -385,7 +385,7 @@ if test "x$enable_pdf" = "xyes" ; then EVINCE_MIME_TYPES="application/pdf;application/x-bzpdf;application/x-gzpdf" fi if test "x$enable_ps" = "xyes" ; then - EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/postscript;application/x-gzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps" + EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps" fi if test "x$enable_dvi" = "xyes"; then EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/x-dvi"