Revision c8c1a5b...
Go back to digest for 8th December 2013Bug Fixes in KDE-PIM
Dan Vratil committed changes in [libkgapi/LibKGAPI/2.0] libkgapi2/contacts/contactfetchphotojob.cpp:
When fetching last contact photo fails, don't fail the entire job
Job::replyReceived() sets error to NotFound if it receives 404. In case
of ContactPhotosFetchJob that's not a fatal error though, but a notification
that the contact does not have a photo. Subsequent success will reset the
error, but in case the very last contact does not have a photo, the error
would remain set to NotFound, which would then fail the entire task in Google
resource.
FIXED-IN: 2.0.3
File Changes
Modified 1 files
- libkgapi2/contacts/contactfetchphotojob.cpp
1 files changed in total