By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1735
Collapse All | Expand All

(-)a/tdeui/kiconviewsearchline.cpp (+3 lines)
Lines 127-132 void TDEIconViewSearchLine::updateSearch( const TQString &s ) Link Here
127
127
128
void TDEIconViewSearchLine::clear()
128
void TDEIconViewSearchLine::clear()
129
{
129
{
130
	if( ! d->iconView )
131
		return; // disabled
132
130
	// Clear hidden list, give items back to TQIconView, if it still exists
133
	// Clear hidden list, give items back to TQIconView, if it still exists
131
	TQIconViewItem *item = NULL;
134
	TQIconViewItem *item = NULL;
132
135

Return to bug 1735