From 34739e59f7d994c382fa8e31b622457567f21694 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 5 Jun 2008 15:28:27 +0000 Subject: [PATCH] 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 --- src/insets/InsetInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index 2d09371421..98b3a6167b 100644 --- a/src/insets/InsetInfo.cpp +++ b/src/insets/InsetInfo.cpp @@ -142,7 +142,7 @@ void InsetInfo::write(ostream & os) const bool InsetInfo::showInsetDialog(BufferView * bv) const { - bv->showDialog("info", "", const_cast(this)); + bv->showDialog("info"); return true; } -- 2.39.2