From 51de3597700d9a428414596221a2278302b12d41 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 8 Dec 2010 21:02:28 +0000 Subject: [PATCH] Committed wrong thing. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36781 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index ea52c72711..2998eefbac 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -1457,7 +1457,7 @@ void GuiView::errors(string const & error_type, bool from_master) { BufferView const * const bv = currentBufferView(); if (!bv) - LASSERT(false, return); + return; ErrorList & el = from_master ? bv->buffer().masterBuffer()->errorList(error_type) : -- 2.39.5