]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetText.cpp
Add a "List of Changes" in the Navigator. The list is updated only when the document...
[features.git] / src / insets / InsetText.cpp
index 56e9d8f0318f7995c74bbbb687742e682d185fb0..142d21b6127b5d9af139775c0fd37aef60d7c100 100644 (file)
@@ -498,6 +498,9 @@ void InsetText::addToToc(DocIterator const & cdit)
                                tocstring = par.asString(AS_STR_LABEL);
                        toc.push_back(TocItem(dit, toclevel - min_toclevel, tocstring));
                }
+               
+               // And now the list of changes.
+               par.addChangesToToc(dit, buffer());
        }
 }