After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 598515 - Do not assign the GtkSpinner parent class twice
Do not assign the GtkSpinner parent class twice
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-10-15 06:46 UTC by Xan Lopez
Modified: 2009-10-15 13:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Do not assign the parent class twice (908 bytes, patch)
2009-10-15 06:47 UTC, Xan Lopez
none Details | Review

Description Xan Lopez 2009-10-15 06:46:14 UTC
Trivial patch attached.
Comment 1 Xan Lopez 2009-10-15 06:47:13 UTC
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
Comment 2 Bastien Nocera 2009-10-15 13:24:05 UTC
Looks fine to me.
Comment 3 Paolo Borelli 2009-10-15 13:34:36 UTC
committed