> * Create a new go game, Human vs Human > * Put some moves in the file, save it, and close the board > * Open it again, go to the last node, all moves are ok > * Add more moves, then: > - If i save the file, when it's reopened again, these new moves are > not saved > - If i "save as.." the file as a new file, or overwriting an > existing file, the new moves are saved in the file
I finally understood the problem. I intentially left saving out some day, because Quarry might lose some information (these days it is very unlikely, but still...) and because "modified" state of files is not tracked yet. Unfortunately, I forgot to add a FIXME. I have fixed the bug. For now it will pop up a warning dialog to remind that saving with overwriting original file is not 100% safe (but it must be 99% safe ;). Thank you for the bug report. Paul