]> git.lyx.org Git - features.git/commitdiff
* GuiBibtex.cpp:
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 12 Jan 2008 11:22:20 +0000 (11:22 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 12 Jan 2008 11:22:20 +0000 (11:22 +0000)
- addition to rev. 22507: handle ReadOnly of new buttons.

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

src/frontends/qt4/GuiBibtex.cpp

index 643469f8f3285459b2eb0dbbbcad4a9397703d2b..4babe2cdda36ec31ea67027b14e9bceb3b142c3e 100644 (file)
@@ -107,6 +107,8 @@ GuiBibtex::GuiBibtex(GuiView & lv)
        bc().addReadOnly(bibtocCB);
        bc().addReadOnly(addBibPB);
        bc().addReadOnly(deletePB);
+       bc().addReadOnly(upPB);
+       bc().addReadOnly(downPB);
 
        // Make sure the delete/up/down buttons are disabled if necessary.
        databaseChanged();