diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-07-01 15:55:03 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-07-01 15:55:03 +0000 |
| commit | c985ea62dbebc06070613326acb01b623b00699e (patch) | |
| tree | 78d2a4266750f8730c5365a4f0dd2346dede6702 /src/extension/dbus/document-interface.cpp | |
| parent | 5. Refactoring of Application class: make copy/assignment operators private, ... (diff) | |
| download | inkscape-c985ea62dbebc06070613326acb01b623b00699e.tar.gz inkscape-c985ea62dbebc06070613326acb01b623b00699e.zip | |
Fix build with DBUS (thanks ~suv)
(bzr r13341.5.10)
Diffstat (limited to 'src/extension/dbus/document-interface.cpp')
| -rw-r--r-- | src/extension/dbus/document-interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/dbus/document-interface.cpp b/src/extension/dbus/document-interface.cpp index e3452f4ce..bd5f826d3 100644 --- a/src/extension/dbus/document-interface.cpp +++ b/src/extension/dbus/document-interface.cpp @@ -156,7 +156,7 @@ get_name_from_object (SPObject * obj) void desktop_ensure_active (SPDesktop* desk) { if (desk != SP_ACTIVE_DESKTOP) - inkscape_activate_desktop (desk); + INKSCAPE.activate_desktop (desk); return; } |
