Index reset should generate file conflicts (fixes #1613)

This commit is contained in:
Jakob Borg
2015-04-09 13:06:09 +02:00
parent f45865606a
commit 936c76119d
6 changed files with 59 additions and 7 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ func (m *Model) StartFolderRW(folder string) {
if ok {
panic("cannot start already running folder " + folder)
}
p := newRWFolder(m, cfg)
p := newRWFolder(m, m.shortID, cfg)
m.folderRunners[folder] = p
m.fmut.Unlock()