Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-11-14 19:02:44 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-11-14 19:02:44 (GMT)
commit816c721818ed697fd998f49008dcf9950646a294 (patch)
treef9f6cc487d72d64be6cb07f6c522e9a4c72688d7
parent30582eef6d8c325d026e7db0301921ddba21dfec (diff)
Small build fix
-rw-r--r--backend/ev-document-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ev-document-factory.c b/backend/ev-document-factory.c
index 7fed2b9..f9118b6 100644
--- a/backend/ev-document-factory.c
+++ b/backend/ev-document-factory.c
@@ -73,7 +73,7 @@ const EvDocumentType document_types[] = {
{"application/x-dvi", EV_BACKEND_DVI, dvi_document_get_type},
#endif
-#ifdef ENABLE_DVI
+#ifdef ENABLE_COMICS
/* cbr/cbz: */
{"application/cbr", EV_BACKEND_COMICS, comics_document_get_type},
{"application/cbz", EV_BACKEND_COMICS, comics_document_get_type},