GNOME Bugzilla – Bug 124023
[PATCH] Fix for GValue handling in dparam.c
Last modified: 2004-12-22 21:47:04 UTC
the get property function always try's to set the GValue parameter with g_value_set_float regardless of the type of the dparam. additionally g_value_get_int is used at another place instead of g_value_get_int64. see patch for details.
Created attachment 20539 [details] [review] this patch makes dparam.c call the correct g_value methods
Makes sense. Applied.