The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 4e8644bc1dab95f35546ff2b2cd5cfc9e78ebfc2 Merge: af59dff 32cf810 Author: Juergen Spitzmueller <[email protected]> Date: Sun Jun 3 10:32:20 2012 +0200 Merge branch 'master' of git.lyx.org:lyx commit af59dffeda2efe23e9c1424646eb6fa0e2c7e702 Author: Juergen Spitzmueller <[email protected]> Date: Sun Jun 3 10:31:38 2012 +0200 Add missing undo recording. This adds a change of the printindex type (with multiple indices) to the undo stack and marks the buffer dirty on that action (bug #8182) diff --git a/src/insets/InsetIndex.cpp b/src/insets/InsetIndex.cpp index 573ad66..935cbec 100644 --- a/src/insets/InsetIndex.cpp +++ b/src/insets/InsetIndex.cpp @@ -496,6 +496,7 @@ void InsetPrintIndex::doDispatch(Cursor & cur, FuncRequest & cmd) cur.noScreenUpdate(); break; } + cur.recordUndo(); setParams(p); break; } ----------------------------------------------------------------------- Summary of changes: src/insets/InsetIndex.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository
