tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

save-as doesn't create the meta file #102

Closed bibimbop closed 11 years ago

bibimbop commented 11 years ago

save-as doesn't create the meta file; to create it one has to save the new file again.

tallforasmurf commented 11 years ago

Can't reproduce.

There was a time when edit.save() would not write the metadata stream if it thought it didn't need to, which would include right after another save. Howeever, the current code (which has been in place for some time) definitely writes the metadata stream if it writes the document stream.

Can you give an exact sequence of operations leading up to this?

bibimbop commented 11 years ago

I had seen the issue twice, but I can't reproduce anymore.

Issue can be closed.