]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ev-document-factory.c
Point to the correct function in constructor of the activate_label signal
[evince.git] / backend / ev-document-factory.c
index 7071f844ff62c0a23ce5937e42417e0ff28d0c4f..0f85c7c5ee4bc649fce94f16ac0a9ec7a2dfa850 100644 (file)
@@ -71,6 +71,7 @@ const EvDocumentType document_types[] = {
 #endif
 };
 
 #endif
 };
 
+#ifdef ENABLE_PIXBUF
 /* Would be nice to have this in gdk-pixbuf */
 static gboolean
 mime_type_supported_by_gdk_pixbuf (const gchar *mime_type)
 /* Would be nice to have this in gdk-pixbuf */
 static gboolean
 mime_type_supported_by_gdk_pixbuf (const gchar *mime_type)
@@ -108,7 +109,7 @@ mime_type_supported_by_gdk_pixbuf (const gchar *mime_type)
 
        return retval;
 }
 
        return retval;
 }
-
+#endif
 
 static GType
 ev_document_type_get_from_mime (const char *mime_type)
 
 static GType
 ev_document_type_get_from_mime (const char *mime_type)