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

(-)a/tdestyles/keramik/keramik.cpp (+1 lines)
Lines 1377-1382 bool KeramikStyle::isFormWidget(const TQStyleControlElementData &ceData, const C Link Here
1377
	
1377
	
1378
		return true;
1378
		return true;
1379
	}
1379
	}
1380
	return false;
1380
}
1381
}
1381
1382
1382
void KeramikStyle::drawControl( TQ_ControlElement element,
1383
void KeramikStyle::drawControl( TQ_ControlElement element,

Return to bug 2133