]> git.lyx.org Git - features.git/commit
Move saveCheckSum() call to Buffer::readFile(). Also, remove the
authorRichard Heck <rgheck@comcast.net>
Thu, 28 Oct 2010 22:12:29 +0000 (22:12 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 28 Oct 2010 22:12:29 +0000 (22:12 +0000)
commite313d3a12bfb3abfcc7595a4f099e21b22fb0f97
treee68a7cb84814493f0a0b0bdc87ada56000f191d9
parent2101b37a0f7bfe37f9f96c741756ebdfd327449b
Move saveCheckSum() call to Buffer::readFile(). Also, remove the
argument from that function. We are always saving the checksum for the
Buffer's file. The argument is a left-over from a time when we did the
wrong thing and saved it for e.g. the emergency file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35890 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/Buffer.h
src/frontends/qt4/GuiView.cpp