* GuiBibtex.cpp:

- 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
This commit is contained in:
Jürgen Spitzmüller 2008-01-12 11:22:20 +00:00
parent 76c98826a2
commit e94d6b3958

View 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();