Subversion Repositories ES

Compare Revisions

Last modification

Ignore whitespace Rev 13 → Rev 14

/trunk/src/de/pointedears/converter/app/TemperaturesActivity.java
225,7 → 225,7
if (newValue < 0.0)
{
this.textOffScale.setVisibility(View.VISIBLE);
return "*" + newValue.toString();
return "*" + newValue.toString(); //$NON-NLS-1$
}
break;
}
244,7 → 244,7
if (newValue < 0.0)
{
this.textOffScale.setVisibility(View.VISIBLE);
return "*" + newValue.toString();
return "*" + newValue.toString(); //$NON-NLS-1$
}
break;
}
265,7 → 265,7
if (value < 0.0)
{
this.textOffScale.setVisibility(View.VISIBLE);
return "*" + newValue.toString();
return "*" + newValue.toString(); //$NON-NLS-1$
}
break;
}