]> git.lyx.org Git - features.git/commitdiff
The inset connection is not needed as the dialog will retrieve the inset from the...
authorAbdelrazak Younes <younes@lyx.org>
Thu, 5 Jun 2008 15:28:27 +0000 (15:28 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 5 Jun 2008 15:28:27 +0000 (15:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25145 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInfo.cpp

index 2d093714212ded393f20359eb57795f280ef5ee2..98b3a6167b727abfbaba15f2c512da3e6b840c04 100644 (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;
 }