From: Jürgen Spitzmüller Date: Sat, 12 Jan 2008 11:22:20 +0000 (+0000) Subject: * GuiBibtex.cpp: X-Git-Tag: 1.6.10~6644 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e94d6b39580dbe8716d38b56f2afd02c1d0c5c86;p=lyx.git * 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 --- diff --git a/src/frontends/qt4/GuiBibtex.cpp b/src/frontends/qt4/GuiBibtex.cpp index 643469f8f3..4babe2cdda 100644 --- a/src/frontends/qt4/GuiBibtex.cpp +++ b/src/frontends/qt4/GuiBibtex.cpp @@ -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();