From e40196edbc303f074774fb906cac7ace47488bfb Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 19 Jul 2008 16:03:04 +0000 Subject: [PATCH] Temporary fix for crash due to r24526. Jurgen, please do whatever needs doing. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25714 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferView.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/BufferView.cpp b/src/BufferView.cpp index ddbe14789a..3f1bb23596 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -1072,9 +1072,12 @@ bool BufferView::dispatch(FuncRequest const & cmd) if (!inset || !cur.result().dispatched()) cur.dispatch(cmd); + // FIXME I'm adding the last break to solve a crash, + // but that is obviously not right. if (!cur.result().dispatched()) // It did not work too; no action needed. break; + break; } case LFUN_PARAGRAPH_GOTO: { -- 2.39.2