Mercurial > hg > svcore
changeset 206:a75e678f5d37
* Fix failure to reload play mute state correctly from session file
* Ensure Show and Play buttons in layer property box are initialised with the
correct state
author | Chris Cannam |
---|---|
date | Fri, 05 Jan 2007 14:46:45 +0000 |
parents | 05154c7bb90b |
children | 8ee6cf529c4e |
files | data/fileio/BZipFileDevice.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/data/fileio/BZipFileDevice.cpp Fri Dec 15 18:05:31 2006 +0000 +++ b/data/fileio/BZipFileDevice.cpp Fri Jan 05 14:46:45 2007 +0000 @@ -173,6 +173,7 @@ } } + setErrorString(""); return read; } @@ -192,6 +193,7 @@ // std::cerr << "BZipFileDevice::writeData: wrote " << maxSize << std::endl; + setErrorString(""); return maxSize; }