]> git.lyx.org Git - features.git/commitdiff
* GuiBibtex.cpp:
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 12 Jan 2008 12:00:11 +0000 (12:00 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 12 Jan 2008 12:00:11 +0000 (12:00 +0000)
- nor _really_: yet another tweak to button enabling.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22516 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiBibtex.cpp

index 8f7797516301228ae2d33a49392336aefbd29ba0..ff7035f6e996bebebbefd6487b49cff32854c53a 100644 (file)
@@ -106,9 +106,6 @@ GuiBibtex::GuiBibtex(GuiView & lv)
        bc().addReadOnly(styleCB);
        bc().addReadOnly(bibtocCB);
        bc().addReadOnly(addBibPB);
-       bc().addReadOnly(deletePB);
-       bc().addReadOnly(upPB);
-       bc().addReadOnly(downPB);
        // Delete/Up/Down are handled with more conditions in
        // databaseChanged().