Initialize biblioChanged_ when we update the document settings dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40488 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Julien Rioux 2011-12-13 12:50:16 +00:00
parent 35fa802830
commit 1cdd5fcb6f

View File

@ -2707,6 +2707,8 @@ void GuiDocument::paramsToDialog()
biblioModule->bibtexOptionsLE->setEnabled(
biblioModule->bibtexCO->currentIndex() != 0);
biblioChanged_ = false;
// indices
indicesModule->update(bp_);