diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2013-08-14 18:52:42 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2013-08-14 18:52:42 +0000 |
| commit | 7f43184f78f3ab203d6c597639805bf65cd22387 (patch) | |
| tree | db7ddb9514c97f9abf37ab5ccfaaaf881c58492c /src/file.cpp | |
| parent | NewFromTemplate GSoC project for static templates (diff) | |
| download | inkscape-7f43184f78f3ab203d6c597639805bf65cd22387.tar.gz inkscape-7f43184f78f3ab203d6c597639805bf65cd22387.zip | |
fix build with dbusapi enabled
Fixed bugs:
- https://launchpad.net/bugs/1212355
(bzr r12477)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp index eb917f169..68e229e62 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -164,7 +164,7 @@ SPDesktop *sp_file_new(const Glib::ustring &templ) sp_namedview_update_layers_from_document(desktop); #ifdef WITH_DBUS - Inkscape::Extension::Dbus::dbus_init_desktop_interface(dt); + Inkscape::Extension::Dbus::dbus_init_desktop_interface(desktop); #endif return desktop; |
