From: Christian Persch Date: Sat, 4 Dec 2010 22:33:05 +0000 (+0100) Subject: pdf: revert "Support .wwf files" X-Git-Tag: EVINCE_2_91_4~51 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=f489424aa1104982f2d03b1b51911a7e915f6230;p=evince.git pdf: revert "Support .wwf files" This reverts commit 5116efc5a3dbd950e06b3838b34964bb2ce04307. Turns out adding the new mime type was completely redundant, since evince opens these files just fine without it. --- diff --git a/backend/pdf/pdfdocument.evince-backend.in b/backend/pdf/pdfdocument.evince-backend.in index 139b1e08..1b66f300 100644 --- a/backend/pdf/pdfdocument.evince-backend.in +++ b/backend/pdf/pdfdocument.evince-backend.in @@ -2,5 +2,5 @@ Module=pdfdocument Resident=true _TypeDescription=PDF Documents -MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;application/x-ext-pdf;application/x-wwf; +MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;application/x-ext-pdf; diff --git a/configure.ac b/configure.ac index d03290ed..56d83982 100644 --- a/configure.ac +++ b/configure.ac @@ -675,7 +675,7 @@ dnl ================== End of XPS checks ======================================= dnl =================== Mime types list ==================================================== if test "x$enable_pdf" = "xyes" ; then - EVINCE_MIME_TYPES="application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;application/x-wwf;" + EVINCE_MIME_TYPES="application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;" fi if test "x$enable_ps" = "xyes" ; then EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps;"