[Digikam-devel] [Bug 128069] crash when moving an album to another album
glaurent at telegraph-road.org
glaurent at telegraph-road.org
Fri May 26 17:03:24 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=128069
------- Additional Comments From glaurent telegraph-road org 2006-05-26 18:03 -------
Given that the fix was obvious and trivial, I took the liberty to commit it
The fault was :
if(!palbum->icon().isEmpty() && !d->iconThumbJob)
d->iconThumbJob->removeItem(palbum->icon());
which obviously should be :
if(!palbum->icon().isEmpty() && d->iconThumbJob)
d->iconThumbJob->removeItem(palbum->icon());
More information about the Digikam-devel
mailing list