mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
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:
parent
fc91b00bc8
commit
9d5750e01b
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user