[Digikam-devel] [Bug 109705] When quit date panel with day selected no images in other panels

Renchi Raju renchi at pooh.tam.uiuc.edu
Thu Jul 28 14:37:01 BST 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=109705         
renchi pooh tam uiuc edu changed:

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



------- Additional Comments From renchi pooh tam uiuc edu  2005-07-28 15:37 -------
SVN commit 439571 by pahlibar:

if the dateview becomes inactive, set the month filter view
to inactive as well. this will remove any date filtering
BUGS: 109705


 M  +7 -0      datefolderview.cpp  


--- trunk/extragear/graphics/digikam/digikam/datefolderview.cpp #439570:439571
 @ -132,11 +132,18  @
 
 void DateFolderView::setActive(bool val)
 {
+    if (d->active == val)
+        return;
+    
     d->active = val;
     if (d->active)
     {
         slotSelectionChanged();
     }
+    else
+    {
+        d->monthview->setActive(false);
+    }
 }
 
 void DateFolderView::slotAllDAlbumsLoaded()



More information about the Digikam-devel mailing list