[Uml-devel] More saving problems (now with patches)
Albert Astals Cid
tsdgeos at yahoo.es
Thu Apr 28 15:50:08 UTC 2005
I attach a patch, i keep the old text for reference
***********
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: saving.patch
Type: text/x-diff
Size: 750 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/umbrello-devel/attachments/20050428/f835e0ca/attachment.bin>
More information about the umbrello-devel
mailing list