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

(-)/home/roman/RPM/SOURCES/kdelibs-3.5.13.2/kdeprint/management/kmjobviewer.cpp (+1 lines)
Lines 193-198 Link Here
193
{
193
{
194
	if (m_prname == i18n("All Printers"))
194
	if (m_prname == i18n("All Printers"))
195
	{
195
	{
196
		loadPrinters();
196
		TQPtrListIterator<KMPrinter>	it(m_printers);
197
		TQPtrListIterator<KMPrinter>	it(m_printers);
197
		for (; it.current(); ++it)
198
		for (; it.current(); ++it)
198
			m_manager->removePrinter(it.current()->printerName(), (KMJobManager::JobType)m_type);
199
			m_manager->removePrinter(it.current()->printerName(), (KMJobManager::JobType)m_type);

Return to bug 1362