evince r2990 - in trunk: . backend/dvi



Author: carlosgc
Date: Sun Apr  6 10:36:46 2008
New Revision: 2990
URL: http://svn.gnome.org/viewvc/evince?rev=2990&view=rev

Log:
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.


Modified:
   trunk/ChangeLog
   trunk/backend/dvi/dvidocument.evince-backend.in
   trunk/configure.ac

Modified: trunk/backend/dvi/dvidocument.evince-backend.in
==============================================================================
--- trunk/backend/dvi/dvidocument.evince-backend.in	(original)
+++ trunk/backend/dvi/dvidocument.evince-backend.in	Sun Apr  6 10:36:46 2008
@@ -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

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Apr  6 10:36:46 2008
@@ -417,7 +417,7 @@
 	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;"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]