diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2019-04-07 14:32:26 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2019-04-07 14:32:26 +0000 |
| commit | be7216f460ac9ec50e5b1098e16367dccceb54ea (patch) | |
| tree | 44694ced4e6934db9fd13ba4cf5ca9e31ab473df /src | |
| parent | Remove trailing whitespace. (diff) | |
| download | inkscape-be7216f460ac9ec50e5b1098e16367dccceb54ea.tar.gz inkscape-be7216f460ac9ec50e5b1098e16367dccceb54ea.zip | |
Fix build with WITH_DBUS.
There was a use of a private.
Diffstat (limited to 'src')
| -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 be391f08d..8a771f5b0 100644 --- a/src/extension/dbus/document-interface.cpp +++ b/src/extension/dbus/document-interface.cpp @@ -993,7 +993,7 @@ gboolean document_interface_mark_as_unmodified(DocumentInterface *doc_interface, { SPDocument * doc = doc_interface->target.getDocument(); if (doc) { - doc->modified_since_save = FALSE; + doc->setModifiedSinceSave(FALSE); } return TRUE; } |
