]> git.lyx.org Git - features.git/commitdiff
Fix http://bugzilla.lyx.org/show_bug.cgi?id=5491 without reintroducing http://bugzill...
authorAbdelrazak Younes <younes@lyx.org>
Tue, 11 Nov 2008 14:28:44 +0000 (14:28 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 11 Nov 2008 14:28:44 +0000 (14:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27383 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/TocWidget.cpp

index cf9f1ac59f19de89711e28b7cfb100b0540dca39..96636fe91a22783c25b27bbe241403a6a06d7a37 100644 (file)
@@ -332,7 +332,6 @@ void TocWidget::init(QString const & str)
        typeCO->blockSignals(true);
        typeCO->setCurrentIndex(new_index);
        typeCO->blockSignals(false);
-       updateView();
 }
 
 } // namespace frontend