GNOME Bugzilla – Bug 114512
[0.6.2] Use proper min and max values for the value_float property of the dparam class
Last modified: 2004-12-22 21:47:04 UTC
The value_float property of the dparam class uses G_MININT64 and G_MAXINT64 as its min and max values, which resolved to the same value after being cast to gfloat, and then that broke rhythmbox. The attached patch uses G_MAX_FLOAT for these min and max values
Created attachment 17184 [details] [review] use the correct min and max values
commited to 0.6.2 and HEAD, closed.