From: Julien Rioux Date: Tue, 13 Dec 2011 12:50:16 +0000 (+0000) Subject: Initialize biblioChanged_ when we update the document settings dialog. X-Git-Tag: 2.1.0beta1~2202 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1cdd5fcb6f76ef8066707c521eef0c01cead00dd;p=lyx.git 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 --- diff --git a/src/frontends/qt4/GuiDocument.cpp b/src/frontends/qt4/GuiDocument.cpp index f7cffd1a78..44f2afd7f7 100644 --- a/src/frontends/qt4/GuiDocument.cpp +++ b/src/frontends/qt4/GuiDocument.cpp @@ -2707,6 +2707,8 @@ void GuiDocument::paramsToDialog() biblioModule->bibtexOptionsLE->setEnabled( biblioModule->bibtexCO->currentIndex() != 0); + biblioChanged_ = false; + // indices indicesModule->update(bp_);