]> git.lyx.org Git - features.git/commitdiff
Committed wrong thing.
authorRichard Heck <rgheck@comcast.net>
Wed, 8 Dec 2010 21:02:28 +0000 (21:02 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 8 Dec 2010 21:02:28 +0000 (21:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36781 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index ea52c727115f3bb760a5b0fee43a477d208f2010..2998eefbac1f79e5090fb08a397649627e1391da 100644 (file)
@@ -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) :