Fix typo spotted by Vincent

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32841 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-01-07 17:06:48 +00:00
parent fc91b00bc8
commit 9d5750e01b

View File

@ -520,6 +520,8 @@ FileName const SVN::findFile(FileName const & file)
void SVN::scanMaster()
{
locker_.clear();
// vcstatus code is somewhat superflous, until we want
// to implement read-only toggle for svn.
vcstatus = NOLOCKING;
if (checkLockMode()) {
if (isLocked()) {
@ -527,7 +529,7 @@ void SVN::scanMaster()
vcstatus = LOCKED;
} else {
locker_ = "Unlocked";
vcstatus = LOCKED;
vcstatus = UNLOCKED;
}
}
}