diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-03-14 20:47:24 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2017-03-14 20:47:24 +0000 |
| commit | ebe61d9d29d8a20628f45c74041771791af43e1a (patch) | |
| tree | 7d733f4870c1d85ae4c60c5dac0a2744f48fef76 /src/extension/dbus/document-interface.cpp | |
| parent | Modify scroll_to_point() to work with rotated desktop. Simplified code to boot. (diff) | |
| download | inkscape-ebe61d9d29d8a20628f45c74041771791af43e1a.tar.gz inkscape-ebe61d9d29d8a20628f45c74041771791af43e1a.zip | |
Fix typo.
(bzr r15597)
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 353ed324c..435e347d0 100644 --- a/src/extension/dbus/document-interface.cpp +++ b/src/extension/dbus/document-interface.cpp @@ -606,7 +606,7 @@ document_interface_document_set_display_area (DocumentInterface *doc_interface, { SPDesktop *desk = doc_interface->target.getDesktop(); g_return_val_if_fail(ensure_desktop_valid(desk, error), FALSE); - desk->set_display_area (Geom::Rect( Geom::Point(x0,y0), Geom::Point(x1,y1), border, false )); + desk->set_display_area (Geom::Rect( Geom::Point(x0,y0), Geom::Point(x1,y1)), border, false ); return TRUE; } |
