From 96174d2d66e7226e060be19b93cbf2cdbed09f33 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Wed, 22 Apr 2009 21:16:51 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/GuiInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiInfo.cpp b/src/frontends/qt4/GuiInfo.cpp index b8ab52c223..282f2fcf69 100644 --- a/src/frontends/qt4/GuiInfo.cpp +++ b/src/frontends/qt4/GuiInfo.cpp @@ -97,7 +97,7 @@ void GuiInfo::applyView() if (!ii->validate(argument)) return; - dispatch(FuncRequest(LFUN_INSET_MODIFY, argument)); + dispatch(FuncRequest(LFUN_NEXT_INSET_MODIFY, argument)); // FIXME: update the inset contents bufferview()->buffer().updateLabels(); BufferView * bv = const_cast(bufferview()); -- 2.39.2