Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@gnome.org>2006-10-08 14:51:55 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2006-10-08 14:51:55 (GMT)
commit6f5675e9962f795f45bd4385e4938f7177d14aa9 (patch)
treec9559ca17f344150d3dd17a8613a978b94422dfb /configure.ac
parent47fb87e520d1abe31a1965d500602e0e80e899b2 (diff)
Assigned OpenDocument presenation MIME type to the Impress backend. Added
2006-10-08 Wouter Bolsterlee <wbolster@gnome.org> * backend/ev-document-factory.c: * configure.ac: Assigned OpenDocument presenation MIME type to the Impress backend. Added some missing (but harmless) #ifdefs in the document factory as well to make things consistent again. Fixes bug #360658.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d7b4efd..049e6e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -359,10 +359,10 @@ if test "x$enable_comics" = "xyes"; then
EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/x-cbr;application/x-cbz"
fi
if test "x$enable_pixbuf" = "xyes"; then
- EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;image/*"
+ EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;image/*"
fi
if test "x$enable_impress" = "xyes"; then
- EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/vnd.sun.xml.impress"
+ EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/vnd.sun.xml.impress;application/vnd.oasis.opendocument.presentation"
fi
AC_SUBST(EVINCE_MIME_TYPES)