]> git.lyx.org Git - features.git/commitdiff
add missing break, should fix the remaining problem in revision 23420.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 4 Mar 2008 07:33:43 +0000 (07:33 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 4 Mar 2008 07:33:43 +0000 (07:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23422 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetBibitem.cpp

index a05cbd45b0144dc7d4a33e84d53a36e35307cc40..ed9e859641352748ffe0657fc0b3c9a615710376 100644 (file)
@@ -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: