The branch, 2.0.x, has been updated. - Log -----------------------------------------------------------------
commit b8aa606992379a350e95ec3748286f9ef3b961df Author: Juergen Spitzmueller <[email protected]> Date: Sun Nov 11 11:07:05 2012 +0100 No IPA_INSERT in branch diff --git a/src/Text3.cpp b/src/Text3.cpp index 58726bf..6262468 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -285,8 +285,7 @@ static bool doInsertInset(Cursor & cur, Text * text, mergeParagraph(bparams, cur.text()->paragraphs(), 0); Cursor old = cur; cur.leaveInset(*inset); - if (cmd.action() == LFUN_PREVIEW_INSERT - || cmd.action() == LFUN_IPA_INSERT) + if (cmd.action() == LFUN_PREVIEW_INSERT) // trigger preview notifyCursorLeavesOrEnters(old, cur); } ----------------------------------------------------------------------- Summary of changes: src/Text3.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) hooks/post-receive -- The LyX Source Repository
