]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXView.C
A fix from Ozgur Ugras BARAN:
[lyx.git] / src / frontends / LyXView.C
index f6a2b9302e8f700a73428494f141a1fa66197264..0eeaacee0381cc4d5f2de6a1ea446a8c58aae38b 100644 (file)
@@ -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);
 }