[Digikam-devel] [Bug 117401] digikam's 'my albums' and 'my tags' does no longer remember it's state when restarted
Joern Ahrens
joern.ahrens at kdemail.net
Thu Dec 29 23:37:45 GMT 2005
------- 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=117401
------- Additional Comments From joern.ahrens kdemail net 2005-12-30 00:37 -------
SVN commit 492446 by jahrens:
backported...
CCBUG: 117401
M +2 -2 folderview.cpp
--- branches/stable/extragear/graphics/digikam/digikam/folderview.cpp #492445:492446
@ -314,8 +314,8 @
}
FolderItem *item;
- QListViewItemIterator it(this);
- for( ; it.current(); ++it)
+ QListViewItemIterator it(this->lastItem());
+ for( ; it.current(); --it)
{
item = dynamic_cast<FolderItem*>(it.current());
if(!item)
More information about the Digikam-devel
mailing list