Re: [Gnustep-cvs] r29139 - in /libs/gui/trunk: ChangeLog Source/NSSliderCell.m

2009-12-19 Thread Fred Kiefer
The change to setMinValue: and setMaxValue: surely are correct and the addition of setObjectValue: is just great. What I don't understand is why the method setDoubleValue:, setFloatValue: and setIntValue: had to be implemented. The default behaviour (calling setObjectValue:) should just do the

Re: [Gnustep-cvs] r29139 - in /libs/gui/trunk: ChangeLog Source/NSSliderCell.m

2009-12-19 Thread Eric Wasylishen
Hi Fred, On 2009-12-19, at 2:29 PM, Fred Kiefer wrote: The change to setMinValue: and setMaxValue: surely are correct and the addition of setObjectValue: is just great. What I don't understand is why the method setDoubleValue:, setFloatValue: and setIntValue: had to be implemented. The