commit 997bf3ecb7c8e209bb58081637cfbe0d44b90e56
Author: Richard Kimberly Heck <[email protected]>
Date:   Fri Jan 15 11:10:44 2021 -0500

    Revert unintended commit from before
---
 src/frontends/qt/GuiBibtex.cpp   |    1 -
 src/frontends/qt/GuiExternal.cpp |    1 -
 src/frontends/qt/GuiRef.cpp      |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/frontends/qt/GuiBibtex.cpp b/src/frontends/qt/GuiBibtex.cpp
index a9b5fad..8a7ab3a 100644
--- a/src/frontends/qt/GuiBibtex.cpp
+++ b/src/frontends/qt/GuiBibtex.cpp
@@ -639,7 +639,6 @@ void GuiBibtex::dispatchParams()
 {
        std::string const lfun = InsetCommand::params2string(params_);
        dispatch(FuncRequest(getLfun(), lfun));
-       connectToNewInset();
 }
 
 
diff --git a/src/frontends/qt/GuiExternal.cpp b/src/frontends/qt/GuiExternal.cpp
index 62c56c9..55688c5 100644
--- a/src/frontends/qt/GuiExternal.cpp
+++ b/src/frontends/qt/GuiExternal.cpp
@@ -644,7 +644,6 @@ void GuiExternal::dispatchParams()
 {
        string const lfun = InsetExternal::params2string(params_, buffer());
        dispatch(FuncRequest(getLfun(), lfun));
-       connectToNewInset();
 }
 
 
diff --git a/src/frontends/qt/GuiRef.cpp b/src/frontends/qt/GuiRef.cpp
index 77ab515..57859be 100644
--- a/src/frontends/qt/GuiRef.cpp
+++ b/src/frontends/qt/GuiRef.cpp
@@ -613,7 +613,6 @@ void GuiRef::dispatchParams()
 {
        std::string const lfun = InsetCommand::params2string(params_);
        dispatch(FuncRequest(getLfun(), lfun));
-       connectToNewInset();
 }
 
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to