Bug 116343

Summary: "Not Tagged" has disappeared from the Tags Filter view when changing album library path.
Product: [Applications] digikam Reporter: Tung NGUYEN <ntung>
Component: Albums-FiltersAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 0.9.0

Description Tung NGUYEN 2005-11-14 14:47:32 UTC
Version:           0.8.0-rc (using KDE KDE 3.4.2)
Installed from:    Compiled From Sources
OS:                Linux

- Launch DigiKam and display the view "Tags Filter" (right sidebar), you can see "Not Tagged" in brown.
- Open "Settings->Configure Digikam..." and change the album library path to another album library.

=> now, you can see that "Not Tagged" has disappeared from the Tags Filter view of the new album library.
Comment 1 Joern Ahrens 2005-12-19 11:30:26 UTC
SVN commit 489619 by jahrens:

Adding the "Not Tagged" entry, when the tag filter was cleared.

BUG: 116343


 M  +3 -0      tagfilterview.cpp  


--- trunk/extragear/graphics/digikam/digikam/tagfilterview.cpp #489618:489619
@@ -421,6 +421,9 @@
 void TagFilterView::slotClear()
 {
     clear();
+    
+    TagFilterViewItem* notTaggedItem = new TagFilterViewItem(this, 0, true);
+    notTaggedItem->setPixmap(0, getBlendedIcon(0));
 }
 
 void TagFilterView::slotTimeOut()