From 49ea9227cdaa3420546a8eab8f33be95cf175ea3 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 13 Jul 2009 09:50:46 +0000 Subject: [PATCH] Fix leftover from r27378. Patch and report from John McCabe-Dansted. Presumably it fixes "r30414 unselects insets after a fraction of a second. 1.5.7 doesn't exhibit this bug" http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152960.html git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30536 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathHull.cpp | 2 +- src/mathed/InsetMathHull.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 259152000d..70c28fd528 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -1752,7 +1752,7 @@ int InsetMathHull::docbook(odocstream & os, OutputParams const & runparams) cons } -void InsetMathHull::textString(odocstream & os) const +void InsetMathHull::tocString(odocstream & os) const { plaintext(os, OutputParams(0)); } diff --git a/src/mathed/InsetMathHull.h b/src/mathed/InsetMathHull.h index bfb6e34f4d..d5fc0f69df 100644 --- a/src/mathed/InsetMathHull.h +++ b/src/mathed/InsetMathHull.h @@ -123,7 +123,7 @@ public: /// int docbook(odocstream &, OutputParams const &) const; /// the string that is passed to the TOC - void textString(odocstream &) const; + void tocString(odocstream &) const; /// get notification when the cursor leaves this inset bool notifyCursorLeaves(Cursor const & old, Cursor & cur); -- 2.39.2