| Summary: | Uncompressed ODF is saved in wrong directory | ||
|---|---|---|---|
| Product: | [Applications] calligracommon | Reporter: | Inge Wallin <inge> |
| Component: | general | Assignee: | Calligra Bugs <calligra-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/calligra/85b7a6468513499b0d530b211888c83223f0a28b | Version Fixed/Implemented In: | 2.5.1 |
| Sentry Crash Report: | |||
|
Description
Inge Wallin
2012-08-25 23:45:45 UTC
Git commit 3992bc5921f7f62b1fa65d180c253d0c807f5e6d by Inge Wallin. Committed on 26/08/2012 at 02:08. Pushed by ingwa into branch 'master'. Fix bug 305794: Uncompressed ODF is saved in wrong directory This fix does that the old code tried to do but failed: Check if the given path is a directory. But it does so using QDir so it's actually portable. FIXED-IN: 2.5.1 REVIEW: 106200 M +9 -4 libs/odf/KoDirectoryStore.cpp http://commits.kde.org/calligra/3992bc5921f7f62b1fa65d180c253d0c807f5e6d Git commit 85b7a6468513499b0d530b211888c83223f0a28b by Inge Wallin. Committed on 26/08/2012 at 02:08. Pushed by ingwa into branch 'calligra/2.5'. Fix bug 305794: Uncompressed ODF is saved in wrong directory This fix does that the old code tried to do but failed: Check if the given path is a directory. But it does so using QDir so it's actually portable. FIXED-IN: 2.5.1 REVIEW: 106200 M +9 -4 libs/odf/KoDirectoryStore.cpp http://commits.kde.org/calligra/85b7a6468513499b0d530b211888c83223f0a28b |