]> git.lyx.org Git - features.git/commit
Fix bug #7793: LyX leaves behind autosave files
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 26 Oct 2011 13:15:42 +0000 (13:15 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 26 Oct 2011 13:15:42 +0000 (13:15 +0000)
commit61dda8035dd9e30409822543e13fe60bb2d105ae
treeb24c6b7523cf3da9e4c1934afcc10611b0b020b4
parentdd4379f40f4fa5483fe47b4d253219efc2bb5706
Fix bug #7793: LyX leaves behind autosave files

The LyX buffer is cloned before autosaving, but the unnamed_ member was not
copied. This causes the autosave files to end up in the wrong location and
consequently they were never removed afterwards.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40008 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp