]> www.fi.muni.cz Git - evince.git/commitdiff
Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
authorEd Catmur <ed@catmur.co.uk>
Sun, 11 Feb 2007 18:20:34 +0000 (18:20 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sun, 11 Feb 2007 18:20:34 +0000 (18:20 +0000)
2007-02-11  Ed Catmur  <ed@catmur.co.uk>
* configure.ac:
Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
duplicated adding application/x-bzpostscript instead.

svn path=/trunk/; revision=2315

ChangeLog
configure.ac

index 2fca65b08bf5e72d31eb342522a8d2734cbc4021..1d8c50fdad5becfc9deaf30dadecd126dd2aaaee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-11  Ed Catmur  <ed@catmur.co.uk>
+
+       * configure.ac:
+
+       Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
+       duplicated adding application/x-bzpostscript instead. 
+
 2007-02-11  Tom Parker  <palfrey@tevp.net>
 
        * backend/ps/ps-document.c: (document_load):
index 29622486bd94bb433738fe840b3891f21fdbb1ab..77165b99a556dd8e9f70e628ec6477e009bea0b9 100644 (file)
@@ -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"