X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetindex.C;h=486aeb23111eb845002f76c2d95d5f78f60f3c40;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=825129f02c533dc949ef4dabb44fd0e1e7cf4a53;hpb=c78d07c746c627a8278e92905d747d69b75479fd;p=lyx.git diff --git a/src/insets/insetindex.C b/src/insets/insetindex.C index 825129f02c..486aeb2311 100644 --- a/src/insets/insetindex.C +++ b/src/insets/insetindex.C @@ -27,7 +27,7 @@ string const InsetIndex::getScreenLabel(Buffer const *) const void InsetIndex::edit(BufferView * bv, int, int, unsigned int) { - bv->owner()->getDialogs()->showIndex( this ); + bv->owner()->getDialogs()->showIndex(this); } @@ -62,7 +62,7 @@ string const InsetPrintIndex::getScreenLabel(Buffer const *) const void InsetPrintIndex::validate(LaTeXFeatures & features) const { - features.makeidx = true; + features.require("makeidx"); }