Fix #7816: Edit->Table incorrectly activated inside index entries

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40046 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2011-10-28 06:33:39 +00:00
parent 3c8f3c934d
commit 65ce2748eb
2 changed files with 7 additions and 5 deletions

View File

@ -244,8 +244,7 @@ bool InsetIndex::getStatus(Cursor & cur, FuncRequest const & cmd,
from_utf8(cmd.getArg(1)) == params_.index);
return true;
}
flag.setEnabled(true);
return true;
return InsetCollapsable::getStatus(cur, cmd, flag);
case LFUN_INSET_DIALOG_UPDATE: {
Buffer const & realbuffer = *buffer().masterBuffer();

View File

@ -191,11 +191,14 @@ What's new
- Allow the \nocite LaTeX command when using the basic citation engine.
- tex2lyx does not produce invalid Flex insets anymore (bug 7780)
- tex2lyx does not produce invalid Flex insets anymore (bug 7780).
- Fix import of required arguments of standard environments (part of bug 7468)
- Fix import of required arguments of standard environments (part of bug
7468).
- Fix display of section (etc) headings, in both TOC and menu, when there is
- Do not incorrectly activate Edit->Table inside index entries (bug 7816).
- Fix display of section (etc.) headings, in both TOC and menu, when there is
math in the title.
- Correct handling of custom width in the nomenclature dialog (bug 7853).