Fix bug that you can't change Info insets.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29377 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-04-22 21:16:51 +00:00
parent 2bc9c7c9c4
commit 96174d2d66

View File

@ -97,7 +97,7 @@ void GuiInfo::applyView()
if (!ii->validate(argument)) if (!ii->validate(argument))
return; return;
dispatch(FuncRequest(LFUN_INSET_MODIFY, argument)); dispatch(FuncRequest(LFUN_NEXT_INSET_MODIFY, argument));
// FIXME: update the inset contents // FIXME: update the inset contents
bufferview()->buffer().updateLabels(); bufferview()->buffer().updateLabels();
BufferView * bv = const_cast<BufferView *>(bufferview()); BufferView * bv = const_cast<BufferView *>(bufferview());