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 2438
Collapse All | Expand All

(-)a/systemsettings/tdecmodulemenu.cpp (+1 lines)
Lines 185-188 TQString TDECModuleMenu::deriveCaptionFromPath( const TQString &menuPath ) Link Here
185
			return result;
185
			return result;
186
		}
186
		}
187
	}
187
	}
188
	return result;
188
}
189
}

Return to bug 2438