GNOME Bugzilla – Bug 598515
Do not assign the GtkSpinner parent class twice
Last modified: 2009-10-15 13:34:36 UTC
Trivial patch attached.
Created attachment 145485 [details] [review] Do not assign the parent class twice G_DEFINE_TYPE already does this for us, no need to do it again in class_init
Looks fine to me.
committed