The branch, master, has been updated. - Log -----------------------------------------------------------------
commit a4fa1a8f7bcca8613cd0b11c49f7986c0e397082 Author: Richard Heck <[email protected]> Date: Sun Feb 24 15:29:54 2013 -0500 Continuing in this case invites disaster. So let's try returning. diff --git a/src/Text2.cpp b/src/Text2.cpp index fe2d94e..67c6268 100644 --- a/src/Text2.cpp +++ b/src/Text2.cpp @@ -263,7 +263,7 @@ void Text::changeDepth(Cursor & cur, DEPTH_CHANGE type) void Text::setFont(Cursor & cur, Font const & font, bool toggleall) { - LASSERT(this == cur.text(), /**/); + LASSERT(this == cur.text(), return); // Set the current_font // Determine basis font FontInfo layoutfont; ----------------------------------------------------------------------- Summary of changes: src/Text2.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
