Version: svn stable branch (using KDE KDE 3.5.7) Installed from: Compiled From Sources OS: Linux When working with light table, deleting (moving to trash) an image doesn't cause the thumb bar to update, leaving dead entries for the deleted images.
Created attachment 21419 [details] solves bug #148925 The clearing flag has not been initialized to false. It was only changed to false at the end of light table clearing operation. After such clearing, deleting images from the light table worked properly. Now it works even before clearing.
This patch sound fine for me. Gerhard, Marcel, Arnd, Can someone can test and patch KDE3 and KDE4 implementation in svn if all is right ? Gilles Caulier
SVN commit 701145 by gkulzer: CCBUG:148925 Light table updates correctly now M +1 -0 thumbbar.cpp --- branches/extragear/kde3/graphics/digikam/libs/thumbbar/thumbbar.cpp #701144:701145 @@ -82,6 +82,7 @@ { dragging = false; exifRotate = false; + clearing = false; toolTip = 0; firstItem = 0; lastItem = 0;
Am Friday 17 August 2007 schrieb Gilles Caulier: [bugs.kde.org quoted mail] comitted and tested. I'll close the bug. Gerhard
*** Bug has been marked as fixed ***.