X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiPrintindex.cpp;h=c639fd9e4735e978c96872bac29c31c4898f4a6b;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=3542ebfdef81af1b967e23c5aaba475e695ab1ac;hpb=5c27b8400e06db56ed367b6c84b337af88302f41;p=lyx.git diff --git a/src/frontends/qt4/GuiPrintindex.cpp b/src/frontends/qt4/GuiPrintindex.cpp index 3542ebfdef..c639fd9e47 100644 --- a/src/frontends/qt4/GuiPrintindex.cpp +++ b/src/frontends/qt4/GuiPrintindex.cpp @@ -114,6 +114,7 @@ bool GuiPrintindex::initialiseParams(string const & data) // The name passed with LFUN_INSET_APPLY is also the name // used to identify the mailer. InsetCommand::string2params("index_print", data, params_); + paramsToDialog(params_); return true; }