From: Abdelrazak Younes Date: Tue, 11 Nov 2008 14:28:44 +0000 (+0000) Subject: Fix http://bugzilla.lyx.org/show_bug.cgi?id=5491 without reintroducing http://bugzill... X-Git-Tag: 1.6.10~2654 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7e6af45b0d044406b8a7d419ee39f8e968a9a8fb;p=features.git Fix http://bugzilla.lyx.org/show_bug.cgi?id=5491 without reintroducing http://bugzilla.lyx.org/show_bug.cgi?id=5409 . The first part of r27162 was enough for fixing it. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27383 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/TocWidget.cpp b/src/frontends/qt4/TocWidget.cpp index cf9f1ac59f..96636fe91a 100644 --- a/src/frontends/qt4/TocWidget.cpp +++ b/src/frontends/qt4/TocWidget.cpp @@ -332,7 +332,6 @@ void TocWidget::init(QString const & str) typeCO->blockSignals(true); typeCO->setCurrentIndex(new_index); typeCO->blockSignals(false); - updateView(); } } // namespace frontend