X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Finit.cpp;h=66c6c89861854346fcb148ce83df0c6e38e1a631;hb=82e21ba48b3bef514f856748d1ca20178b146be8;hp=c913def611395cda3b992b95ab104763efe10e0e;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/extension/init.cpp b/src/extension/init.cpp index c913def61..66c6c8986 100644 --- a/src/extension/init.cpp +++ b/src/extension/init.cpp @@ -33,6 +33,7 @@ #endif #include "internal/ps-out.h" #include "internal/pov-out.h" +#include "internal/odf.h" #include "internal/latex-pstricks-out.h" #include "internal/latex-pstricks.h" #include "internal/eps-out.h" @@ -109,6 +110,7 @@ init() Internal::PrintWin32::init(); #endif Internal::PovOutput::init(); + Internal::OdfOutput::init(); Internal::PrintLatex::init(); Internal::LatexOutput::init(); @@ -116,7 +118,7 @@ init() Internal::BlurEdge::init(); Internal::GimpGrad::init(); Internal::Grid::init(); - + /* Load search path for extensions */ if (Inkscape::Extension::Extension::search_path.size() == 0) { @@ -169,7 +171,7 @@ build_module_from_dir(gchar const *dirname) } //# Hopefully doing this the Glib way is portable - + GError *err; GDir *directory = g_dir_open(dirname, 0, &err); if (!directory) {