From: Richard Heck Date: Thu, 11 Jun 2009 21:13:41 +0000 (+0000) Subject: Whitespace. X-Git-Tag: 2.0.0~6345 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cde33577dfac4cca8f3936e7b083b4c8dec232a5;p=features.git Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30051 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/TocWidget.cpp b/src/frontends/qt4/TocWidget.cpp index 361971e354..badc345323 100644 --- a/src/frontends/qt4/TocWidget.cpp +++ b/src/frontends/qt4/TocWidget.cpp @@ -111,7 +111,7 @@ Inset * TocWidget::itemInset() const inset = dit.nextInset(); else if (current_type_ == "branch" - || current_type_ == "index" + || current_type_ == "index" || current_type_ == "change") inset = &dit.inset();