[Uml-devel] More saving problems
Albert Astals Cid
tsdgeos at yahoo.es
Fri Apr 22 13:33:59 UTC 2005
Hello, i've had more problems trying to save files to places i don't have
permission to save and umbrello did not warn about it, i've tracked the
problem to that
archive->close();
in umldoc.cpp line 604 can fail, the problem is that close returns void, so
with the aproval of the kde-core guys i've added a bool
KArchive::closeSucceded() const that should be used to check if close
succeded, if it did not it should warn the user.
Please CC me as i'm not in the list
Thanks,
Albert
More information about the umbrello-devel
mailing list