]> git.lyx.org Git - lyx.git/commitdiff
Initialize biblioChanged_ when we update the document settings dialog.
authorJulien Rioux <jrioux@lyx.org>
Tue, 13 Dec 2011 12:50:16 +0000 (12:50 +0000)
committerJulien Rioux <jrioux@lyx.org>
Tue, 13 Dec 2011 12:50:16 +0000 (12:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40488 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiDocument.cpp

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