]> git.lyx.org Git - features.git/commitdiff
Fix bug 3063, the problem was a recursive call to QRef::gotoRef() (which indirectly...
authorAbdelrazak Younes <younes@lyx.org>
Thu, 18 Jan 2007 21:06:49 +0000 (21:06 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 18 Jan 2007 21:06:49 +0000 (21:06 +0000)
QRef::updateRefs() which called gotoRef(), etc).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16754 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QRef.C

index 17495ca176ab8c60be8764b755ff9be3e6f85b5a..25e67180ec1e70a1b7984187f6f4de603bb57cbf 100644 (file)
@@ -218,8 +218,6 @@ void QRef::redoRefs()
 void QRef::updateRefs()
 {
        refs_.clear();
-       if (at_ref_)
-               gotoRef();
        string const name = controller().getBufferName(dialog_->bufferCO->currentIndex());
        refs_ = controller().getLabelList(name);
        dialog_->sortCB->setEnabled(!refs_.empty());