From: Richard Heck Date: Sat, 19 Jul 2008 16:03:04 +0000 (+0000) Subject: Temporary fix for crash due to r24526. Jurgen, please do whatever needs doing. X-Git-Tag: 1.6.10~4023 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e40196edbc303f074774fb906cac7ace47488bfb;p=features.git 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 --- 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: {