summaryrefslogtreecommitdiffstats
path: root/src/extension/init.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-13 20:49:52 +0000
committerTed Gould <ted@gould.cx>2010-07-13 20:49:52 +0000
commitfc4029be156f68885121ba22aa4ca528a2297956 (patch)
tree4685bfddef010181fdd87fc182016b994f2b69d9 /src/extension/init.cpp
parentTranslations. Romanian nsh file update. (diff)
parentUpgrading to trunk (diff)
downloadinkscape-fc4029be156f68885121ba22aa4ca528a2297956.tar.gz
inkscape-fc4029be156f68885121ba22aa4ca528a2297956.zip
Merging in the DBus Interface from GSoC 2009
(bzr r9611)
Diffstat (limited to 'src/extension/init.cpp')
-rw-r--r--src/extension/init.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/extension/init.cpp b/src/extension/init.cpp
index 777e3d718..f58c8cbe6 100644
--- a/src/extension/init.cpp
+++ b/src/extension/init.cpp
@@ -55,6 +55,9 @@
#endif
#include "preferences.h"
#include "io/sys.h"
+#ifdef WITH_DBUS
+#include "dbus/dbus-init.h"
+#endif
#ifdef WITH_IMAGE_MAGICK
#include "internal/bitmap/adaptiveThreshold.h"
@@ -186,6 +189,10 @@ init()
Internal::GimpGrad::init();
Internal::Grid::init();
+#ifdef WITH_DBUS
+ Dbus::init();
+#endif
+
/* Raster Effects */
#ifdef WITH_IMAGE_MAGICK
Internal::Bitmap::AdaptiveThreshold::init();