Summary: | DAV crashing | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Chad Stamps <chadz85> |
Component: | DAV Resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | gladhorn |
Priority: | NOR | ||
Version: | 4.8 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.1 | |
Sentry Crash Report: |
Description
Chad Stamps
2012-01-28 02:05:31 UTC
I have the same issue after trying to set up contact syncing with owncloud. Git commit 7820402d17d9a1668db9ca99b07d743728581d0b by Allen Winter. Committed on 31/01/2012 at 23:17. Pushed by winterz into branch 'master'. in createDavItem(), if the DavProtocolAttribute is 0, then we can't get the mimetype for vcards from the DavProtocol. In this case, assume the mimetype is the KABC::Addressee:mimeType(). MERGE: 4.8 FIXED-IN: 4.8.1 M +7 -1 resources/dav/common/davutils.cpp http://commits.kde.org/kdepim-runtime/7820402d17d9a1668db9ca99b07d743728581d0b Git commit 2d63111321fc3caaa4b2ddd847e29cc301015e03 by Allen Winter. Committed on 31/01/2012 at 23:17. Pushed by winterz into branch 'KDE/4.8'. in createDavItem(), if the DavProtocolAttribute is 0, then we can't get the mimetype for vcards from the DavProtocol. In this case, assume the mimetype is the KABC::Addressee:mimeType(). MERGE: 4.8 FIXED-IN: 4.8.1 (cherry picked from commit 7820402d17d9a1668db9ca99b07d743728581d0b) M +7 -1 resources/dav/common/davutils.cpp http://commits.kde.org/kdepim-runtime/2d63111321fc3caaa4b2ddd847e29cc301015e03 |