[Digikam-devel] [Bug 116343] "Not Tagged" has disappeared from the Tags Filter view when changing album library path.
Joern Ahrens
joern.ahrens at kdemail.net
Mon Dec 19 10:30:27 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=116343
joern.ahrens kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From joern.ahrens kdemail net 2005-12-19 11:30 -------
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()
More information about the Digikam-devel
mailing list