GNOME Bugzilla – Bug 316306
progress-changed prototype doesn't match the code
Last modified: 2005-09-14 13:58:50 UTC
Using GNOME 2.12. From nautilus-burn-recorder.c: " g_signal_new ("progress-changed", ... G_TYPE_NONE, 2, G_TYPE_DOUBLE, G_TYPE_LONG);" from nautilus-burn-recorder.h: " void (*progress_changed) (NautilusBurnRecorder *recorder, gdouble fraction);" That creates issues like: http://bugzilla.ubuntu.com/show_bug.cgi?id=14317
The return type for the insert-cd-request was also wrong. Fixed in CVS. Thanks. 2005-09-14 William Jon McCann <mccann@jhu.edu> * nautilus-burn-recorder.h: Fix function pointers for signals in class structure.