diff --git a/src/insets/InsetBibitem.cpp b/src/insets/InsetBibitem.cpp index a05cbd45b0..ed9e859641 100644 --- a/src/insets/InsetBibitem.cpp +++ b/src/insets/InsetBibitem.cpp @@ -116,6 +116,7 @@ void InsetBibitem::doDispatch(Cursor & cur, FuncRequest & cmd) if (params()["key"] != old_key) cur.bv().buffer().changeRefsIfUnique(old_key, params()["key"], CITE_CODE); + break; } default: