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
+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):
[Evince Backend]
Module=dvidocument
_TypeDescription=DVI Documents
-MimeType=application/x-dvi
+MimeType=application/x-dvi;application/x-bzdvi;application/x-gzdvi
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;"