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

(-)kaboutdata.h (-1 / +1 lines)
Lines 243-249 Link Here
243
		const char *copyrightStatement = 0,
243
		const char *copyrightStatement = 0,
244
		const char *text = 0,
244
		const char *text = 0,
245
		const char *homePageAddress = 0,
245
		const char *homePageAddress = 0,
246
		const char *bugsEmailAddress = "submit@bugs.kde.org"
246
		const char *bugsEmailAddress = "http://bugs.trinitydesktop.org"
247
		);
247
		);
248
248
249
     ~KAboutData();
249
     ~KAboutData();

Return to bug 704