diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-10-29 09:10:24 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-10-29 09:10:24 +0000 |
| commit | b7010ffde22a6845f1ceee7d74750da69cd53149 (patch) | |
| tree | d738441a0e0ecddf991b2a8b04018567e44ec8ff /src/ui/widget/licensor.cpp | |
| parent | SelectedStyle: Ensure constant field width of stroke width (diff) | |
| download | inkscape-b7010ffde22a6845f1ceee7d74750da69cd53149.tar.gz inkscape-b7010ffde22a6845f1ceee7d74750da69cd53149.zip | |
Move contents of document-private.h to document.h.
Diffstat (limited to '')
| -rw-r--r-- | src/ui/widget/licensor.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/widget/licensor.cpp b/src/ui/widget/licensor.cpp index 63c95cc3a..de6817266 100644 --- a/src/ui/widget/licensor.cpp +++ b/src/ui/widget/licensor.cpp @@ -22,7 +22,6 @@ #include "rdf.h" #include "inkscape.h" #include "document-undo.h" -#include "document-private.h" #include "verbs.h" @@ -64,7 +63,7 @@ void LicenseItem::on_toggled() _wr.setUpdating (true); SPDocument *doc = SP_ACTIVE_DOCUMENT; rdf_set_license (doc, _lic->details ? _lic : nullptr); - if (doc->priv->sensitive) { + if (doc->sensitive) { DocumentUndo::done(doc, SP_VERB_NONE, _("Document license updated")); } _wr.setUpdating (false); |
