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

(-)tdeutils-trinity-14.0.12/kcalc/kcalcdisplay.cpp~ (+2 lines)
Lines 142-147 Link Here
142
	} 
142
	} 
143
	else // _num_base == NB_DECIMAL && ! tmp_str.startsWith("0x", false)
143
	else // _num_base == NB_DECIMAL && ! tmp_str.startsWith("0x", false)
144
	{
144
	{
145
		tmp_str.replace(" ", "").replace(",", ".");	//Normalization from the most localized numbers
146
145
		setAmount(KNumber(tmp_str));
147
		setAmount(KNumber(tmp_str));
146
		if (_beep  &&  _display_amount == KNumber::NotDefined)
148
		if (_beep  &&  _display_amount == KNumber::NotDefined)
147
			KNotifyClient::beep();
149
			KNotifyClient::beep();

Return to bug 3200