[Digikam-devel] [Bug 128069] crash when moving an album to another album
Gilles Caulier
caulier.gilles at free.fr
Fri May 26 18:31:13 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 caulier.gilles free fr 2006-05-26 19:31 -------
SVN commit 545051 by cgilles:
digikam from stable : backport of commit #545017 by glaurent
CCBUGS: 128069
M +1 -1 albumfolderview.cpp
--- branches/stable/extragear/graphics/digikam/digikam/albumfolderview.cpp #545050:545051
@ -267,7 +267,7 @
if(!palbum)
return;
- if(!palbum->icon().isEmpty() && !d->iconThumbJob)
+ if(!palbum->icon().isEmpty() && d->iconThumbJob)
d->iconThumbJob->removeItem(palbum->icon());
AlbumFolderViewItem* item = (AlbumFolderViewItem*) palbum->extraData(this);
More information about the Digikam-devel
mailing list