diff --git a/src/frontends/LyXView.C b/src/frontends/LyXView.C index f6a2b9302e..0eeaacee03 100644 --- a/src/frontends/LyXView.C +++ b/src/frontends/LyXView.C @@ -252,7 +252,7 @@ void LyXView::showDialogWithData(string const & name, void LyXView::showInsetDialog(string const & name, string const & data, InsetBase * inset) { - getDialogs().show(name, data, 0); + getDialogs().show(name, data, inset); }