diff options
| author | Ted Gould <ted@gould.cx> | 2010-07-13 20:49:52 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-07-13 20:49:52 +0000 |
| commit | fc4029be156f68885121ba22aa4ca528a2297956 (patch) | |
| tree | 4685bfddef010181fdd87fc182016b994f2b69d9 /src/file.cpp | |
| parent | Translations. Romanian nsh file update. (diff) | |
| parent | Upgrading to trunk (diff) | |
| download | inkscape-fc4029be156f68885121ba22aa4ca528a2297956.tar.gz inkscape-fc4029be156f68885121ba22aa4ca528a2297956.zip | |
Merging in the DBus Interface from GSoC 2009
(bzr r9611)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file.cpp b/src/file.cpp index e0ecd5084..1186a1f07 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -42,6 +42,7 @@ #include "extension/input.h" #include "extension/output.h" #include "extension/system.h" +#include "extension/dbus/dbus-init.h" #include "file.h" #include "helper/png-write.h" #include "id-clash.h" @@ -135,6 +136,7 @@ sp_file_new(const Glib::ustring &templ) sp_namedview_window_from_document(dt); sp_namedview_update_layers_from_document(dt); } + Inkscape::Extension::Dbus::dbus_init_desktop_interface(dt); return dt; } |
