diff options
Diffstat (limited to '')
| -rw-r--r-- | src/ui/dialog/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/dialog.cpp b/src/ui/dialog/dialog.cpp index 7cb360a43..074ee0d36 100644 --- a/src/ui/dialog/dialog.cpp +++ b/src/ui/dialog/dialog.cpp @@ -331,7 +331,7 @@ Dialog::onDesktopActivated (SPDesktop *desktop) Inkscape::Selection* Dialog::_getSelection() { - return SP_DT_SELECTION(SP_ACTIVE_DESKTOP); + return sp_desktop_selection(SP_ACTIVE_DESKTOP); } void |
