return dispatched on DIALOG_UPDATE

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6708 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-04-03 17:00:06 +00:00
parent 18d9411fdd
commit e7f84d282f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-04-03 John Levon <levon@movementarian.org>
* insetcommand.C: return dispatched on DIALOG_UPDATE
2003-04-02 John Levon <levon@movementarian.org>
* insettabular.C: tab lfuns renamed

View File

@ -85,6 +85,7 @@ dispatch_result InsetCommand::localDispatch(FuncRequest const & cmd)
case LFUN_INSET_DIALOG_UPDATE: {
InsetCommandMailer mailer(cmd.argument, *this);
mailer.updateDialog(cmd.view());
result = DISPATCHED;
}
break;