]> git.lyx.org Git - features.git/commitdiff
Rename tolastopened to in_close_event. I forgot this in r31106.
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 17 Aug 2009 22:24:38 +0000 (22:24 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 17 Aug 2009 22:24:38 +0000 (22:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31107 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.h

index 4cf5d027e92e6371d9235c78252d0ef5f095f5af..f84f2e91f98183bce1f2c62ae00c0ef71720418d 100644 (file)
@@ -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);