summaryrefslogtreecommitdiffstats
path: root/src/document-undo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/document-undo.cpp')
-rw-r--r--src/document-undo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document-undo.cpp b/src/document-undo.cpp
index 39c8a04a0..da40dcd4d 100644
--- a/src/document-undo.cpp
+++ b/src/document-undo.cpp
@@ -271,7 +271,7 @@ gboolean Inkscape::DocumentUndo::undo(SPDocument *doc)
doc->priv->seeking = false;
if (ret)
- inkscape_external_change();
+ INKSCAPE->external_change();
return ret;
}
@@ -316,7 +316,7 @@ gboolean Inkscape::DocumentUndo::redo(SPDocument *doc)
doc->priv->seeking = false;
if (ret)
- inkscape_external_change();
+ INKSCAPE->external_change();
return ret;
}