From: Vincent van Ravesteijn Date: Mon, 17 Aug 2009 22:24:38 +0000 (+0000) Subject: Rename tolastopened to in_close_event. I forgot this in r31106. X-Git-Tag: 2.0.0~5671 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6ab8377995fc0d9c9d79f8c51e98bc77ecc584b7;p=lyx.git Rename tolastopened to in_close_event. I forgot this in r31106. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31107 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiView.h b/src/frontends/qt4/GuiView.h index 4cf5d027e9..f84f2e91f9 100644 --- a/src/frontends/qt4/GuiView.h +++ b/src/frontends/qt4/GuiView.h @@ -297,13 +297,13 @@ private: bool saveBuffer(Buffer & b); /// bool closeWorkArea(GuiWorkArea * wa, bool close_buffer, - bool tolastopened = false, bool mark_active = false); + bool in_close_event = false, bool mark_active = false); /// gives the user the possibility to save his work /// or to discard the changes. If hiding is true, the /// document will be reloaded. bool saveBufferIfNeeded(Buffer & buf, bool hiding); /// - bool closeBufferAll(bool tolastopened = false); + bool closeBufferAll(bool in_close_event = false); /// is the buffer in this workarea also shown in another tab ? /// This tab can either be in the same view or in another one. bool inMultiTabs(GuiWorkArea * wa);