The inset connection is not needed as the dialog will retrieve the inset from the cursor location.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25145 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-06-05 15:28:27 +00:00
parent f276338227
commit 34739e59f7

View File

@ -142,7 +142,7 @@ void InsetInfo::write(ostream & os) const
bool InsetInfo::showInsetDialog(BufferView * bv) const
{
bv->showDialog("info", "", const_cast<InsetInfo *>(this));
bv->showDialog("info");
return true;
}