[evince] [configure] Add application/oxps to list of recognised mime types



commit 485cd456ae9b78b9ce2f1483d29cc974c1412360
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Wed Sep 8 14:23:03 2010 +0200

    [configure] Add application/oxps to list of recognised mime types

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bb04647..0faa16e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -732,7 +732,7 @@ if test "x$enable_pixbuf" = "xyes"; then
 	EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/*;"
 fi
 if test "x$enable_xps" = "xyes"; then
-   	EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/vnd.ms-xpsdocument;"
+   	EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/oxps;application/vnd.ms-xpsdocument;"
 fi
 AC_SUBST(EVINCE_MIME_TYPES)
 



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