]> git.lyx.org Git - features.git/blobdiff - src/Undo.cpp
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
[features.git] / src / Undo.cpp
index a24bdead03e3861df2d6d18ab52e0b738be626ed..fa07291ac6dce4cb7426e4290d86ed5827877901 100644 (file)
@@ -428,7 +428,7 @@ bool Undo::Private::textUndoOrRedo(DocIterator & cur, bool isUndoOperation)
 
        // Adapt the new material to current buffer.
        buffer_.setBuffersForInsets(); // FIXME This shouldn't be here.
-       buffer_.updateLabels();
+       buffer_.updateBuffer();
        return true;
 }