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

(-)kdeprint/cups/kmcupsmanager.cpp (-1 / +1 lines)
Lines 95-101 Link Here
95
95
96
TQString KMCupsManager::driverDbCreationProgram()
96
TQString KMCupsManager::driverDbCreationProgram()
97
{
97
{
98
	return TQString::tqfromLatin1("/opt/trinity/bin/make_driver_db_cups");
98
	return locate("exe","make_driver_db_cups");
99
}
99
}
100
100
101
TQString KMCupsManager::driverDirectory()
101
TQString KMCupsManager::driverDirectory()

Return to bug 383