]> www.fi.muni.cz Git - evince.git/commitdiff
Add compressed dvi to the list of supported mime types. Patch by Ed
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 6 Apr 2008 09:36:46 +0000 (09:36 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sun, 6 Apr 2008 09:36:46 +0000 (09:36 +0000)
2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>

* configure.ac:
* backend/dvi/dvidocument.evince-backend.in:

Add compressed dvi to the list of supported mime types. Patch by
Ed Catmur. Fixes bug #307087.

svn path=/trunk/; revision=2990

ChangeLog
backend/dvi/dvidocument.evince-backend.in
configure.ac

index cbe2adcbf84d99dba3877e5b4cc15d27c966f311..b54b24ffd1f159a7dd0ab133a29a538cb6c3b6ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * backend/dvi/dvidocument.evince-backend.in:
+
+       Add compressed dvi to the list of supported mime types. Patch by
+       Ed Catmur. Fixes bug #307087.
+
 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-jobs.c: (ev_job_print_get_page_list):
index b43e8dfe31e081999b2e8f1ef87d9a6fefdf6e16..cb5fe6eddc5b0ff2c580c2195fb39468443d5652 100644 (file)
@@ -1,4 +1,4 @@
 [Evince Backend]
 Module=dvidocument
 _TypeDescription=DVI Documents
-MimeType=application/x-dvi
+MimeType=application/x-dvi;application/x-bzdvi;application/x-gzdvi
index 73c81968f99b5c793f040cc486fdea849809f5af..934211392041055eed38ec82d6bbea1e3f45e5b3 100644 (file)
@@ -417,7 +417,7 @@ 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;"
 fi
 if test "x$enable_dvi" = "xyes"; then
-       EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-dvi;"
+       EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-dvi;application/x-bzdvi;application/x-gzdvi;"
 fi
 if test "x$enable_djvu" = "xyes"; then
        EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/vnd.djvu;"