]> git.lyx.org Git - features.git/commitdiff
Port fix for #7708 to branch.
authorRichard Heck <rgheck@comcast.net>
Mon, 5 Sep 2011 19:04:36 +0000 (19:04 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 5 Sep 2011 19:04:36 +0000 (19:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39597 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/TocWidget.cpp
status.20x

index 171d88c3eea0975d49d56416094a1a621d223e54..80c9db97d952a6ab773ca96eca3f0675fbc5f7a8 100644 (file)
@@ -245,7 +245,7 @@ void TocWidget::on_updateTB_clicked()
        // The backend update can take some time so we disable
        // the controls while waiting.
        enableControls(false);
-       gui_view_.tocModels().updateBackend();
+       gui_view_.currentBufferView()->buffer().updateBuffer();
 }
 
 
index 5620c6e223415abca6177e251b26770ae0574650..4eaab6f8dd797f7f4a05a3b4f12c5b8771afd1f0 100644 (file)
@@ -59,6 +59,8 @@ What's new
 - Correctly sort modules in Document>Settings and formats in the "Other 
   formats" dialog (bug 7751).
 
+- Repair broken outliner display for broken references (bug 7708).
+
 
 * ADVANCED FIND AND REPLACE