[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:33:46 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         
joern.ahrens kdemail net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From joern.ahrens kdemail net  2005-12-30 00:33 -------
SVN commit 492444 by jahrens:

BUG: 117401

 M  +2 -2      folderview.cpp  


--- trunk/extragear/graphics/digikam/digikam/folderview.cpp #492443:492444
 @ -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