| Summary: | "Not Tagged" has disappeared from the Tags Filter view when changing album library path. | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Tung NGUYEN <ntung> |
| Component: | Albums-Filters | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.9.0 | |
| Sentry Crash Report: | |||
|
Description
Tung NGUYEN
2005-11-14 14:47:32 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()
|