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

(-)kdebase-3.5.13.2/kdm/kfrontend/themer/kdmthemer.cpp~ (-3 / +1 lines)
Lines 424-432 Link Here
424
		back_item->paint( &painter, back_item->rect());
424
		back_item->paint( &painter, back_item->rect());
425
		painter.end();
425
		painter.end();
426
	}
426
	}
427
	else {
427
	else return;
428
		pm.fill(TQt::black);
429
	}
430
	
428
	
431
	TQT_TQWIDGET(TQApplication::desktop()->screen())->setErasePixmap(pm);
429
	TQT_TQWIDGET(TQApplication::desktop()->screen())->setErasePixmap(pm);
432
	TQT_TQWIDGET(TQApplication::desktop()->screen())->erase();
430
	TQT_TQWIDGET(TQApplication::desktop()->screen())->erase();

Return to bug 1569